body   {
	font-family: Times New Roman;
	font-size: 18pt
}

a:link {
	color: #0000FF;
	text-decoration: none;

}

a:visited {
	color: #0000FF;
	text-decoration: none;

}

a:hover {
	color: #FF00FF;
	text-decoration: underline;

}

a:active {
	color: #FF9900;
	text-decoration: none;

}