.reverse {
	font-weight : bold;
	font-size : 80%;
	color: White;
}
.copyright {
	font-size : 75%;
}

.medium {
	font-size : 90%;
}

.small {
	font-size : 80%;
}


BODY, P, DD,  DL, DT, FORM, LI, MENU, OL, TABLE, TD, TR, UL {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
	color: black;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
}

H1, H2, H3, H4, H5, H6 {
	font-family : Arial, Helvetica, sans-serif;
}


H1 {
	font-size : 150%;
	color : #000066;
}

.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	line-height: normal;
	text-align: right;
	color: #000066;
	margin-right: 50px;
	margin-left: 50px;
	font-style: italic;
}


H2 {
	font-size : 125%;
}

H3 {
	font-size : 110%;
}

H4 {
	font-size : 110%;
}

UL {
	list-style-type: disc;
	list-style-image: none;
}

OL {
	list-style-type : decimal;
}

LI {
		padding-bottom : 6px;
}


A:link, A:visited {
	background: white;
	color: black;
	text-decoration: underline;
	font-weight: bold;
}