a:link {
	font-family: "Comic Sans MS";
	font-size: 10pt;
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	font-family: "Comic Sans MS";
	font-size: 10pt;
	color: #FFCC00;
	text-decoration: overline;
}
a:visited {
	font-family: "Comic Sans MS";
	font-size: 10pt;
	color: #660000;
	text-decoration: none;
}

