a:link {
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-weight: bolder;
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
