a {
	font-size: 12px;
	color: #0000CC;
	font-weight: bold;
}
a:link {
	text-decoration: underline;
	font-family: "Comic Sans MS", Arial, Courier;
	font-size: 10px;
}
a:visited {
	text-decoration: underline;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #9966FF;
}
