<!--

body {
	background: #A3DAA3; /*pale orange*/ /*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: darkblue;
	font-size: 1.5em;
	font-weight: bold;
}

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

}

#background {	
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 1em;
color: black;
font-size: 100%; /* IE hack */
background: #F0BF89;

}

body a:link {
	text-decoration: none;
	color: #4282C6;
}
body a:visited {
	text-decoration: none;
	color: #4282C6;
}
body a:hover {
	text-decoration: none;
	color: #2E5D8F;
}
body a:active {
	text-decoration: none;
	color: #2E5D8F;
}