<style>
body{
	background-color: #ffffff;
	font-size: 12px;
}
a:link{
	color: #ff0000;
	text-decoration:none;
	font-weight: bold;
}
a:visited{
	color: #ff77cc;
	text-decoration:none;
	font-weight: bold;
}
a:active{
	color: #ff00ff;
	font-weight: bold;
	
}
a:hover{
	color: #ff00ff;
	text-decoration:underline;
	font-weight: bold;
	font-size: 14px;
}
p{
	font-family: Verana, Geneva, Arial, Helvetica, sans-serif;
}
h1{
	font-size: 30px;
}
h2{
	font-size: 24px;
}
h3{
	font-size: 18px;
}
</style>
