BODY {
	color : Black;
	background-color : White;
	font-family : serif;
	font-size : 8;
	text-align : left;
	
}

A {
	color : Blue;
	text-decoration : underline;
	font-weight : bold;
}

A:HOVER {
	color : #191970;
	text-decoration : none;
}

h4{
	color : #339933;
}

h5{
	color : #666633;
}