html,body{
height:100%;
margin:0px;
padding: 0px;
font-size: 12px;
font-family: Arial;
}

 a {
	font-family: Arial;
	font-size: 12px;
	color:	#336699;
	text-decoration: none;
}
 a:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color:	#6B9EE3;
	text-decoration: none;
}
 a:visited {
	font-family: Arial;
	font-size: 12px;
	color:	#336699;
	text-decoration: none;
}