body { 
	font-family : verdana, arial, helvetica, sans-serif;
	color: rgb(0,0,0);
	font-size: 8pt;
	font-weight: normal;
	background-color: rgb(244,254,255);
}

h2 { 
	font-family : verdana, arial, helvetica, sans-serif;
	color: rgb(125,0,0);
	font-size: 8pt;
	font-weight: bold;
	margin: 0px;
}

a:link {
	color: #0000f0;
	text-decoration: underline;
}

a:visited {
	color: #0000f0;
	text-decoration: underline;
}

a:active {
	color: #0000f0;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
	background-color: rgb(255,255,192);
}
