 /* <html><head><meta name="robots" content="noindex"></head></html> */

body
{
	background-color: rgb(90%, 90%, 90%);
	width: 100%;
	 margin-top: 8px;
	 padding: 0;
}


#subhead
{
	color: #36C;
	font-weight: 700;
	font-size: small;
	font-family: "Arial", Helvetica, sans-serif;
	padding-bottom: 2px;
	position: relative;
	top: 2px;
	left: 4px;
}

a
{
	color: #36C;
	font-weight: 600;
	font-size: small;
	font-family: "Arial", Helvetica, sans-serif;
	position: relative;
	top: 4px;
	left: 4px;
}

 a:link 	{ text-decoration: none;}
 a:visited 	{ text-decoration: none;} 
 a:hover
{
	color: black;
}


