A {
	color : Blue;
	text-decoration : underline;
}

A:VISITED {
	color : Purple;
	text-decoration : underline;
}

A:HOVER {
	text-decoration : none;
	background-color : #B8C9BF;
	font-variant : small-caps;
}

A:ACTIVE {
	color : Blue;
	text-decoration : underline;
}

BODY {
	background-color : #F9F5EA;
	font-family : Verdana, "Bitstream Vera Sans", Geneva, Arial, Helvetica, sans-serif;
	font-size : medium;
	margin : 0;
	padding : 5px 5px;
}

H1 {
	font-size : x-large;
	margin-bottom : 0px;
	padding-bottom : 0px;
	color : #B8C9BF;
	font-weight : 700;
	font-family :  Verdana, "Bitstream Vera Sans", Geneva, Arial, Helvetica, sans-serif;
	font-variant : small-caps;
}

H2 {
	font-size : large;
	margin-bottom : 0px;
	padding-bottom : 0px;
	color : Maroon;
	font-weight : 600;
	font-family : Verdana, "Bitstream Vera Sans", Geneva, Arial, Helvetica, sans-serif;
	font-variant : small-caps;
}

H3 {
	font-size : x-small;
	margin-bottom : 0px;
	padding-bottom : 0px;
}

H4 {
	font-size : xx-small;
	margin-bottom : 0px;
	padding-bottom : 0px;
}

H5 {
	font-size : large;
	color : #F9F5EA;
	font-style : oblique;
	font-variant : small-caps;
	font-weight : bold;
	margin-bottom : 0px;
	padding-bottom : 0px;
}

BLOCKQUOTE {
	font-size : small;
}

LI {
	font-size : small;
	list-style-type : square;
}