/* CSS Document */

<style type="text/css">

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bolder;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E38871;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

</style> 


