A {
	color: White;
	text-decoration: underline;
}

A:VISITED {
	color: Silver;
	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: #F0F8FF;
	font-family: Verdana, "Bitstream Vera Sans", Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	margin: auto 5px 5px;
	padding: 5px 5px;
}

H1 {
	font-size: x-large;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #B7137A;
	font-weight: 700;
	font-family: Verdana, "Bitstream Vera Sans", Geneva, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}

H2 {
	font-size: larger;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #007101;
	font-weight: 600;
	font-family: Verdana, "Bitstream Vera Sans", Geneva, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}

H3 {
	font-size: medium;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #0063B9;
}

H4 {
	font-size: small;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: White;
}

H5 {
	font-size: xx-small;
	color: Black;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

H6{
	font-size: x-large;
	color: White;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

BLOCKQUOTE {
	font-size : small;
}

LI {
	font-size : small;
	list-style-type : square;
}
