<html>
<head>
<style>
Link {color: blue}
A:Link {color: red}
A:visited {color: red}
A:Active {color: red}
A:hover {
	COLOR: #ffffff ; BACKGROUND-COLOR: black; TEXT-DECORATION: none
}

BODY {BGCOLOR: #ffebae;
	FONT-FAMILY: ARIAL;
        Font-size: 10px}
H2 {font-weight:bold;
	ALIGN="CENTER";
	font-size: 20px;
	font-family: ARIAL;
	color: black}
H3 {font-weight:;
	ALIGN="CENTER";
	font-size: 18px;
	font-family: ARIAL BLACK;
	color: black}

</style>
</head>
</html>