BODY {
	font-family : Verdana Arial, Helvetica, sans-serif;
	font-size : small;
}

A:LINK {
	text-decoration : none;
	font : Arial, Helvetica, sans-serif;
	color : Blue;
}

A:HOVER {
	background-color : Yellow;
	font : Arial, Helvetica, sans-serif;
	color : Black;
}

A:VISITED {
	text-decoration : none;
	font : Arial, Helvetica, sans-serif;
	color : Purple;
}
H1 {
	color : Red;
	font : normal x-large Comic Sans MS, Century Schoolbook, serif;
	text-align : center;
}
H2 {
	color : Blue;
	font :  large Verdana, Arial, sans-serif;
}
H3 {
	color : Blue;
	font : bold medium Verdana, Arial, sans-serif;
}
H4 {
	color : Blue;
	font : bold small sans-serif;
}
