BODY, P, BLOCKQUOTE, UL, OL  {
	font-size : 14px;
	font-family : arial, helvetica, sans-serif;
	font-weight : medium;
	color : White;
}

P.form    {
	font-size : 10px;
	font-family : arial, helvetica, sans-serif;
	font-weight : medium;
}

H1  {
	font-size : 18px;
	font-family : arial, helvetica, sans-serif;
	font-weight : bold;
	color : White;
}

H2  {
	font-size : 16px;
	font-family : arial, helvetica, sans-serif;
	font-weight : bold;
	color : White;
}
H3  {
	font-size : 16px;
	font-family : arial, helvetica, sans-serif;
	font-weight : bold;
	color : Black;
}

.larger {
	font-size : 16px;
	font-family : arial, helvetica, sans-serif;
	font-weight : medium;
	}

.white {
	color : Black;
	background-color : Silver;
}

.copyright {
	color : #FF9933;
	font-size : 11px;
}
A:HOVER {
	color : Aqua;
	text-decoration : none;
}
