@charset "utf-8";

.iframe_ros {
  border: none;
}
body {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	background:  no-repeat fixed center ;
	color: white;
}
.main_body {
  z-index: -1;
  position: absolute;
  padding-bottom: 130px;
  width: 100%;
  align-items: center;
  display: inline-block;
  top: 60px;

}

.table-things {
	border: 0px solid black;
	empty-cells: show;
}
.white {
	color : white;
}

.pad-left {
	padding-left: 30px;
}

.pad-right {
	padding-right: 30px;
}

a:link, a:visited {	
	color:  white;
	text-decoration: underline;
	cursor: auto;
}

a:link:active, a:visited:active {
	color:  white;
	text-decoration: underline;
	cursor: auto;
}

A:hover { 

	text-decoration: none; 
	cursor: auto;
}

footer a:link ,footer a:visited, header a:link ,header a:visited {	
	color: white;
	text-decoration: underline;
	cursor: auto;
}

footer A:hover, header A:hover { 
	color: white;
	text-decoration: none; 
	cursor: auto;
}

.small {
    font-size: small;
    font-variant: small-caps;
}

.smaller {
	font-size: x-small;
	font-variant: small-caps;
}

.small-white {
    font-size: small;
	color: white;
    font-variant: small-caps;
}


.larger {
	font-size: xx-large;
}

.large {
  font-size:x-large;
  font-variant: small-caps;
}

.footer{
    position: fixed;
    background: #403939;
    text-align: center;
    bottom: 0px;
    width: 100%;
    left: 0px;
    right: 0px;
    border-top: red solid thick;
	color: white ;
   }  

.header{
	position: fixed;    
	color: white;
	background: #403939;
  text-align: center;
  top: 0px; 
	left: 0px;
  right: 0px;
	border-bottom: red solid medium;
}
