<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
	<title>css</title>
	
	
	<style type="text/css">

body,html {
	background-color: #ffffff;
	height: 100%;
}

td {
	font-family: arial, sans-serif;
	color: #202020;
	font-size: 10pt;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}


a:link {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #D6D6D6;
}
}

.class1 A:link {text-decoration: none; color: #FFFFFF;}

.class1 A:visited {text-decoration: none; color: #FFFFFF;}

.class1 A:active {text-decoration: none; color: #FFFFFF;}

.class1 A:hover {text-decoration: underline; color: #D6D6D6;}



.class2 A:link {text-decoration: none; color: #FF0000;}

.class2 A:visited {text-decoration: none; color: #FF3300;}

.class2 A:active {text-decoration: none; color: #FF0000;}

.class2 A:hover {text-decoration: underline; color: #8282A3;}


.class3 A:link {text-decoration: underline; color: #FF0000;}

.class3 A:visited {text-decoration: underline; color: #FF3300;}

.class3 A:active {text-decoration: underline; color: #FF0000;}

.class3 A:hover {text-decoration: underline; color: #FF3333;}

</style>
</head>

<body>

</body>
</html>