a:link {
	font-family: "Comic Sans MS";
	font-size: 13px;
	color: #0033FF;
	text-decoration: underline;

}
a:hover {
	font-family: "Comic Sans MS";
	font-size: 13px;
	color: #FF0000;
	text-decoration: underline;

}
a:visited {
	font-family: "Comic Sans MS";
	font-size: 13px;
	text-decoration: underline;
}
