

body {
	background: url(../images/chestnut_bkg.gif);
	color: white;
	font-family: Arial, sans-serif;
	font-size: 10px;
	text-align: left;
}

H1 {
	font-size: 16pt;
	color: White;
}

H2 {
	font-size: 14pt;
	color: White;
}

H3 {
	font-size: 10pt;
	color: White;
}

H4 {
	font-size: 8pt;
	color: White;
	font-weight: lighter;
}

A {
	text-decoration: none;
	color: White;
	font-weight: bold;
}

A:Hover {
	text-decoration: underline;
	color: #E6E6E6;
	font-weight: bold;
}

