body {
	margin : 12px 20px 12px 20px;
}

h1 {
	margin-top : 40px;
}

body, p, td, h1, h2, h3 { 
	font-family: Verdana, Arial, sans-serif; 
	color: #000000;
	background-color : #FFFFFF;
}

h1,h2,h3 { 
	text-align: center 
}

body,p,td {
	text-align : left;
}

dl {
	font : smaller Verdana, Arial, sans-serif;
}

a:link {
	color: #000000;
	text-decoration: none;
	background-color : #FFFFFF;
}

a:visited {
	color: #000000;
	text-decoration: none;
	background-color : #FFFFFF;
}

a:hover{
	color: #000000;
	background-color : #FFFFFF;
}

.bounds {
	color: #000000;
	font-size: x-small;
	font-weight: bold;
	background-color : #FFFFFF;
}

.tothtext {
	color: #000000;
	background-color: #FFFFFF;
}

.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: #000000; 
	background-color: #FFFFFF;
}
.formnominal {  
	color: #000000; 
	background-color: #EAEAEA 
}
.formcritical { 
	color: #000000; 
	background-color: #CCCCCC; 
	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: #333333; 
    background-color: #FFFFFF; 
}
.alertcritical { 
	color: #000000; 
	background-color: #CCCCCC; 
}
		   
/* 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: #FFFFFF;
	color: #000000;
	font-size: 10px;
}
a.navbar:visited { 
	background-color: #FFFFFF;
	color: #000000;
	font-size: 10px;
}
a.navbar:hover { 
	background-color: #000000;
	color: #FFFFFF;
}
.navbarpagematch { 
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;
	font-variant: small-caps;
}
.navbarcell  { 
	background-color: #666666;
	color : #FFFFFF;
}
.navbarname  { 
	background-color: #FFFFFF;
	color: #000000;
	font-size: 10px;
	font-style: italic;
}
			   
.copyright {
	font-size: 10px 
}
.typewriter {
	font-family : "Courier New", Courier, monospace;
	font-size : x-small;
}

/* instructions: */
.instructions {
	background : #FFFFFF;
	border : thin double Blue;
	color : #000000;
	font : bolder 75% Courier, "Courier New", monospace;
	margin-left : 25%;
	margin-right : 25%;
}
a.instructionsanchor:link, a.instructionsanchor:visited {
	color : #333333;
	background-color : #FFFFFF;
}
a.instructionsanchor:hover {
	color : #FFFFFF;
	background-color : #000000;
}

.ratinglabel {
	font : xx-small Verdana, Arial, sans-serif;
	color : #000000;
	background : #FFFFFF;
}

.screenonlyimage {
	visibility : hidden;
}