body {
	margin : 2px 10px 2px 10px;
}

h1 {
	margin-top : 30px;
}

body { 
	background-color : #000000;
}

p, td, h1, h2, h3 { 
	background-color : transparent;
}

body, p, td, h1, h2, h3 { 
	font-family: Verdana, Arial, sans-serif; 
	color: #FF9900;
}

h1,h2,h3 { 
	text-align: center 
}

body,p,td {
	text-align : left;
}

dl {
	font : smaller Verdana, Arial, sans-serif;
}

a:link {
	color: #FFFF00;
	text-decoration: none;
	background-color : transparent;
}

a:visited {
	color: #FFCC00;
	text-decoration: none;
	background-color : transparent;
}

a:hover{
	color: #FFFFFF;
	background-color : transparent;
}

.bounds {
	color: #FFFFFF;
	font-size: x-small;
	font-weight: bold;
	background-color : #000000;
}

.tothtext {
	color: rgb(0,0,0);
	background-color: rgb(255,255,255)
}

.clock {
	font-size: small;
	font-variant: small-caps;
	font-style: oblique;
}

.quotes {
	font-size: xx-small;
	text-indent: 3px;
	font-style: italic
}
/* .formcontrol { font-family: Verdana, Arial; font-variant: small-caps; font-size: 8pt } */
/* Form styles: */
.formcontrol, .formnominal, .formcritical {
	font-family: Verdana, Arial, sans-serif;
	font-size: smaller; 
}
.formcontrol { 
	color: #FFFF00; 
	background-color:  #666666 
}
.formnominal {  
	color: #000080; 
	background-color: #EAEAEA 
}
.formcritical { 
	color: #000080; 
	background-color: #FF9900; 
	font-weight: bold 
}

/* Alert styles: */
.alertcasual, .alertcritical {
	font-family: Verdana, Arial, sans-serif; 
    font-variant: small-caps; 
	font-size: 10px; 
	font-style: italic; 
	font-weight: bold 
}
.alertcasual { 
	color: #66FF33; 
    background-color: #4E4E4E; 
}
.alertcritical { 
	color: #FF0000; 
	background-color: #FFFF00; 
}
		   
/* Navbar: (deprecated) */
a.navbar:link, a.navbar:visited, a.navbar:hover, .navbarpagematch, .navbarcell, .navbarname {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	text-decoration : none;
}
a.navbar:link { 
	background-color: #000000;
	color: #FF9900;
	font-size: 10px;
}
a.navbar:visited { 
	background-color: #000000;
	color: #FF9900;
	font-size: 10px;
}
a.navbar:hover { 
	background-color: #0000FF;
	color: #FFCC00;
}
.navbarpagematch { 
	background-color: #FFCC00;
	color: #0000FF;
	font-size: 12px;
	font-variant: small-caps;
}
.navbarcell  { 
	background-color: #666666;
	color : #FFCC00;
}
.navbarname  { 
	background-color: #FF9900;
	color: #000000;
	font-size: 10px;
	font-style: italic;
}
			   
.copyright {
	font-size: 10px;
	text-align : center;
}
.typewriter {
	font-family : "Courier New", Courier, monospace;
	font-size : x-small;
}

/* instructions: */
.instructions {
	background : #FFCC00;
	border : thin double Blue;
	color : #336600;
	font : bolder 75% Courier, "Courier New", monospace;
	margin-left : 25%;
	margin-right : 25%;
}
a.instructionsanchor:link, a.instructionsanchor:visited {
	color : #990000;
	background-color : inherit;
}
a.instructionsanchor:hover {
	color : #FFFFFF;
	background-color : #3300FF;
}

.ratinglabel {
	font : xx-small Verdana, Arial, sans-serif;
	color : White;
	background : Blue;
}

.screenonlyimage {
	visibility : inherit;
}