body{
	margin: 0px;
	padding: 0px;
	font: Arial;
}
a, a:visited, a:active{
	text-decoration: underline;
	color: 0x555555;	
}
a:hover{
	color: 0xaaaaaa;	
}
