/* font: serif (TNR), sans-serif (arial), cursive (comic), fantasy (TNR), monospace (courier) */
body {
	font-family: serif, fantasy, sans-serif;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	background-color: white;} 

a {
	color: Black;
	text-decoration: none;}
/*a:link {background-color: #FFFFFF;}
a:visited {background-color: #FFFFFF;}*/
a:hover {background-color: #FFE4B5;} /*Moccasin*/

.fs35 {font-size: 35pt;}
.fs20 {font-size: 20pt;}
.fs18 {font-size: 18pt;}
.fs16 {font-size: 16pt;}
.fs15 {font-size: 15pt;}
.fs12 {font-size: 12pt;}
.fs10 {font-size: 10pt;}
.fs8 {font-size: 8pt;}

.cadetblue {color: #5F9EA0;}
.deepskyblue {color: #00BFBF;}
.dodgerblue {color: #1E90FF;}
.lightskyblue {color: #87CEFA;}
.powderblue {color: #B0E0E6;}
.skyblue {color: #87CEEB;}
.lsg {color: #778899;} /*lightslategrey*/

.b {font-weight: bold;}
.u {text-decoration: underline;}
.f2 {font-family: sans-serif;}
.floatl {float: left;} /*float replaces img.align*/
.floatr {float: right;}
.mar10 {margin: 10px;} /*margin replaces img.hspace*/

.hidden {visibility: hidden;}
.visible {visibility: visible;}

hr.lightskyblue50 {
	height: 0;
	border: 0;
	border-top: 1px solid #87CEFA;
	width: 50%;} /*cross browser color*/

hr.cadetblue95 {
	height: 0;
	border: 0;
	border-top: 1px solid #5F9EA0;
	width: 95%;}

hr.cadetblue70 {
	height: 0;
	border: 0;
	border-top: 1px solid #5F9EA0;
	width: 70%;}