font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
h1 {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #00002B;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #9933CC;
	text-decoration: underline;
}
a:hover {
	color: #00FF00;
	text-decoration: none;
	font-weight: bold;

}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

