body         { font-family: Times New Roman }

a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #DBBB1A;
}
a:hover {
	text-decoration: none;
	color: #D71202;
}
