a:link {
	font-family: "Comic Sans MS";
	font-size: 10px;
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	font-family: "Comic Sans MS";
	font-size: 10px;
	color: #FFCCFF;
	text-decoration: none;
}
a:active {
	font-family: "Comic Sans MS";
	font-size: 10px;
	color: #33FFCC;
	text-decoration: none;
}
a:hover {
	font-family: "Comic Sans MS";
	font-size: 10px;
	color: #00CCFF;
	text-decoration: none;
}
