BODY {
	background-color : #0080C0;
	font-style : normal;
	color : #FAEBD7;
	text-decoration : none;
}
A:LINK {
	color : Yellow;
	font-style : normal;
}
A:HOVER {
	font-style : normal;
	color : White;
}
A:VISITED {
	color : Yellow;
	font-style : normal;
}
HR {
	color : #FFE600;
}
UL {
	list-style-image : url(bullet.gif);
}
H4 {
	color: Yellow;
}