body{
	font-size: 12pt;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

A:link {text-decoration: none; color: blue;}
A:visited {text-decoration: none; color: blue;}
A:active {text-decoration: none; color: blue;}
A:hover {text-decoration: underline; color: red;}
