BODY {
	color : black;
	font-family : Verdana, Helvetica, sans-serif;
	margin-right : 0%;
	margin-left : 0%;
	margin-top : 0%;
	background-color : white;
}
A:LINK    {
	color : red;
	text-decoration : none;

}
A:VISITED {
	color : white;
	text-decoration : none;

}
A:ACTIVE {
	color : white;
	text-decoration : none;
	
}
A:HOVER {
	text-decoration : underline;
	color : red;
}

H1 {
	color : #990000;
	text-align : center ;
	font-size : medium ;
	font-family : Arial, Helvetica, sans-serif;

}


H2 {
	color : #990000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100% ;
	margin-left : 2%;
}

H3 {
	color : #990000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : small ;
	text-align : center;
}

H4 {
	color : #990000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-sma11;
	margin-left : 10%;
	margin-top : 1.5em;
}

H5 {
	color : #990000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-weight : 900;
	margin-top : 1.5em;
}

H6 {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-style : italic;
	font-weight : 800;
	margin-bottom : -0.8em;
}

BLOCKQUOTE {
	margin-center : 0;
}
P	{
	text-align : justify;

}
TH {
	font : x-small;
	font-weight : bold;

}
TD {
	font : x-small;

}

.banner {
	font-size : 70%;

}

