body {
	margin: 5px;
	font-family: Arial, Helvetica, Century, Verdana;
}
A:link{
	text-decoration:none;
}
A:visited{
	text-decoration:none;
}
A:active{
	text-decoration:none;
}
A:hover{
	text-decoration:underline;color:#FF0000;
}
