BODY {
	background-color : #FFFF99;
	color : #660000;
	font-family : "Times New Roman", Times, serif;
	margin-left : auto;
	margin-right : auto;
}

A:LINK{
	color : Maroon;
	text-decoration : underline;
}

A:HOVER {
	background-color : transparent;
	color : #330000;
	text-decoration : underline;
}

H1 {
	color : #FF0033;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	margin-bottom : auto;
	margin-left : auto;
}

H2 {
	color : #660000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt.;
	margin-left : auto;
	margin-top : auto;
}

H3 {
	color : #660000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt; font-weight: bold.;
	line-height : 18px;
}

H4 {
	color : Black;
	font-family : "Times New Roman", Times, serif;
	font-size : 10pt.;
}

H5 {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-style : italic;
; font-weight: bold
}

H6 {
	color : #000000;
	font-family : "Times New Roman", Times, serif;
	font-size : xx-small;
	font-style : italic;
	font-weight : 900;
	margin-bottom : auto;
	vertical-align : top;
}

BLOCKQUOTE {
	margin-left : 20px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : smaller;
	font-style : italic;
	margin-right : 20px;
	text-align : center;
}

CAPTION {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight : 800;
	font-style : italic;
}

LI{
	list-style-type : disc;
	font-family : "Times New Roman", Times, serif;
	font-size : 10pt; color: #000000.;
	font-weight : bold;
	list-style : disc;
}

TH{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt.;
	font-weight : bold;
	background-color : Silver;
	color : White;
}
A:VISITED  { 
	color : #330000;
	text-decoration : underline;
 } 