BODY {
	background-color : White;
}

H2 {
	color : Blue;
	font-style : italic;
	}

H1, H2,  H4, H5, H6 {
	font : lighter Garamond;
}

HR.header {
	color : Black;
	width : 480px;
}
TD.header {
	font : Garamond;
	vertical-align : bottom;
	width : 420px;
	text-align : center;
}
A:link{
	color : Green;
}
A:visited{
	color : Gray;
}
A:active {
	color : Teal;
}
A:hover {
	color : #33CC33;
}
DIV.masthead {
	background : White;
	border : 1px groove Maroon;
	float : left;
	width : 620px;
}

