body{
	background-color: #FFFFFF;
	margin: 5px;
}

.text, a, a:hover, a:visited:hover, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	font-size: 13px;
	font-weight: normal;
}
a  {
	color : #0000FF;
	text-decoration: underline;
}

a:hover, a:visited:hover {
	color : #FF0000;
	text-decoration: underline;
}

a:visited {
	color : #990099;
	text-decoration: underline;
}