a:link {
	font-family: "Comic Sans MS";
	color: #FFFF33;
	font-weight: normal;
	text-decoration: underline
}
a:visited {
	font-weight: normal;
	color: #FFFF33;
	text-decoration: underline;
	font-family: "Comic Sans MS";
}
a:active {
	font-family: "Comic Sans MS";
	font-weight: bolder;
	color: #CCFF33;
	text-decoration: underline;
}
