<style>
 
a:hover {color: red; curser:hand; text-decoration: underline;}
a {
	text-decoration: none;
	font-size: 12px;
	color: blue;
}
.middle	{ font-family: tahoma, arial, helvetica, sans-serif; font-size: 12px;
	padding: 1em;
	border-left: 1px solid #3366cc;
	border-right: 1px solid #3366cc;
	margin: none; }
.bottom	{ font-family: tahoma, arial, helvetica, sans-serif; font-size: 10px;
	padding: 1em;
	border-bottom: 2px solid #3333cc;
	margin: none; }
BODY {
	SCROLLBAR-FACE-COLOR: beige;
	SCROLLBAR-HIGHLIGHT-COLOR: #000000;
	SCROLLBAR-SHADOW-COLOR: lightgrey;
	SCROLLBAR-3DLIGHT-COLOR: 67ccff;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #E5EAEF;
	SCROLLBAR-DARKSHADOW-COLOR: grey;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	text-align: center;
}
h1           {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-variant: small-caps;
	letter-spacing: 1;
	text-align: left;
}
.white {
    color: white;
    background-color: transparent;
}
</style>

