a:link {
	font-family: "Comic Sans MS";
	font-size: 32px;
	font-style: italic;
	text-decoration: none;
	color: #6666FF;
}
a:hover {
	font-family: "Comic Sans MS";
	font-size: 32px;
	color: #FF0000;
	text-decoration: underline;
	background-color: #FFFF00;
}
a:visited {
	font-family: "Comic Sans MS";
	font-size: 32px;
	text-decoration: none;
}
