BODY, TD, P {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16px;
	background-color : #006000;
	color : #FFDAB9;
}

A {
	text-decoration : underline;
	color : #FFDAB9;
	font-weight : bold;
}

A:HOVER {
	color : Lime;
	text-decoration : none;
	font-weight : bold;
}

DT {
	background-color : Maroon;
	font-weight : bold;
}

B {

}

H1 {
	font-size : 21px;
	font-weight : lighter;
	background-color : Green;
}

H2 {
	font-size : 20px;
	font-weight : lighter;
	background-color : Green;
}


H3 {
	font-size : 19px;
	font-weight : lighter;
	background-color : Olive;
}

H4 {
	font-size : 18px;
	font-weight : lighter;
	background-color : Maroon;
}

H5 {
	font-size : 17px;
	font-weight : lighter;
	background-color : Maroon;
}

HR {
	color : Green;
}

.caps {
	font-variant : small-caps;
}