<!--

body {
	background: #ABC9D9; /*SteelPurpleBlue*/ /*url(PinkStripes.jpg) repeat;*/   
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	color: black;
	font-size: 100%; /* IE hack */
}
table { font-size: 100%; /* IE hack */ }
input, td, th {font-size:100%; /* IE hack */}


#GMBold {
	font-family: Arial, Helvetica, sans-serif;
	color: #A04800;
	font-size: 1.5em;
	font-weight: bold;
}

#title {	
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 2em;
color: darkblue;

}

body a:link {
	text-decoration: none;
	color: #A04800;
}
body a:visited {
	text-decoration: none;
	color: #A04800;
}
body a:hover {
	text-decoration: none;
	color: darkblue;
}
body a:active {
	text-decoration: none;
	color: darkblue;
}
