

<head>
	<title>Untitled</title>
<style type="text/css">


td {	text-align: left;
	vertical-align: top;
	font-family:Times;
	font-size:12px;
	color: #E5E5E5;
}

a img {border:none;} <!-- this ensures no border round images that are part of the link-->

a {text-decoration: none; color: purple;} <!-- main text color -->


A:visited  {color: #33FFFF; font-size : 16px; font-family:Times;text-decoration: none}
A:link  {color: #CC0066; font-size : 16px; font-family:Times; text-decoration: underline}
A:active  {color: #C0FFC0; font-size : 16px; font-family:Times;text-decoration: none}
A:hover   {color: #00CC33; font-size : 16px; font-family:Times;background-color: none; text-decoration: none}


H3 {	color: #FF00FF;
	font-weight: bold;
	font-size : 20px;
	font-family:Times;
}

<background="background.jpg" text="#EAF5FF">  <!-- black color as background -->

</style>
</head>
<body>
</body>
</html>

