a {
	font-family: "Comic Sans MS", Arial, "Century Gothic";
	font-size: large;
	color: #FF6600;
	text-decoration: none;
	font-weight: bolder;
}
a:hover {
	font-family: "Comic Sans MS", Arial, "Century Gothic";
	font-size: large;
	font-weight: bolder;
	color: #66CC00;
	text-decoration: underline;
}

