H2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	color : #F5DEB3;
	text-align: center;
}
A:ACTIVE {
	font-family : Verdana;
	text-decoration : underline;
	color : Red;
	font-size : 10px;
}
H3 {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : lighter;
}
H4 {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : bold;
	border-bottom-color : Silver;
	border-bottom-style : double;
	border-bottom-width : thin;
	color: Teal;
	text-align: left;
	border-top : thin solid Silver;
}
H5 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	color: Navy;
	border-bottom : thin solid Black;
	border-left-style : solid;
	border-left-width : thin;
	border-left-color : Black;
	border-right-color : Black;
	border-right-style : solid;
	border-right-width : thin;
	border-top-color : Black;
	border-top-style : solid;
	border-top-width : thin;
	background-color : #FAEBD7;
	text-align : center;
	vertical-align : text-top;
}
H6 {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	color : White;
}

A:VISITED {
	font-family : Verdana;
	text-decoration : none;
	color : #DEB887;
	font-size : 10px;
}
BODY {
	background-color : White;
	font : normal Arial, Helvetica, sans-serif;
	font-size : 10px;
}

A:LINK {
	font-family : Verdana;
	text-decoration : none;
	color : #DEB887;
	font-size : 10px;
}

A:HOVER {
	font-family : Verdana;
	text-decoration : none;
	color : Red;
	font-size : 10px;
}