/* fonts section */

body {
	font-family: Arial, sans-serif;
	font-size: medium;
	background-image: url(/h604bg25.jpg);
	background-color: #C25C01;

}

h1 {
	font-family: Arial, sans-serif;
	font-size: xx-large;
    font-weight: bold;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: x-large;
    font-weight: bold;
	}

h3 {
	font-size: large;
    font-weight: bold;
	font-size: 12pt;
}
b, strong {
	font-weight: 800;
}
td  {
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	color: gold;
	vertical-align: top;
	border-color: gold;


 } 
a:active  {
	text-decoration: underline;
	font-weight: 500;
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFF084;
	border: thin solid #FF0000;


} a:hover {
	text-decoration: underline;
	font-weight: 500;
	background-color: #CC0000;
	color: #FFFF00;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	border: thin solid #00FFFF;

} 
a:link {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color:#00FFEA	
	color;
	border: thin solid #0066FF;
: #0065FF;
	font-weight: 500;
}


.initial2{font-weight:bold;background-color:#9DFFEC;color:blue;}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #FFDF00;
}
select {
	font-family: Arial;
	font-size: small;
	color: #BF6204;
	background-color: #FEEABA;
}
hr {
	color: gold;
	background-color: gold;
	border: gold;
}

