/* CSS Document */
body {font-family : "Tahoma", "Comic Sans MS", Arial, sans-serif;}

a:link {color: #FFFFCC; text-decoration: none;}
a:visited {color: #FFFFCC; text-decoration: none;}
a:hover {background-color: #CC9900; text-decoration: none;}

.center a:link, .center a:visited {
	color: #0033FF;
	text-decoration: underline;
}
.center a:hover {
	color: #000000;
	background-color: #FFFFFF;
}
.center {
	font-family : "Times New Roman", Times, serif;
}
