<style>
BODY {
	SCROLLBAR-FACE-COLOR: lightskyblue; SCROLLBAR-HIGHLIGHT-COLOR: steelblue; SCROLLBAR-SHADOW-COLOR: steelblue; SCROLLBAR-3DLIGHT-COLOR: steelblue; SCROLLBAR-ARROW-COLOR: steelblue; SCROLLBAR-TRACK-COLOR: steelblue; SCROLLBAR-DARKSHADOW-COLOR: steelblue
}
a:link {
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: dodgerblue;
	text-decoration: none;
}
a:visited {
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: midnightblue;
	text-decoration: none;
	}
a:hover {
    color: midnightblue;
	text-decoration: overline underline;
	}

</style>