BODY, TD, H1 {
	font-family : "Comic Sans MS";
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
	color : Navy;
}

A {
	text-decoration: none;
	color: blue;
}

A:Hover {
	text-decoration: underline;
	color: red;
}

A:Link {
	color: Red;
}

A:Visited {
	color: #330099;
	text-decoration: underline;
}

A:Active {
	color: #FF3300;
}