BODY    {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	background-color : #2994FE;
}
P	{
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : 600;
	color : Black
}
LI	{
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : 600;
	color : Black;
	text-align: justify
}
TD	{
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : 300;
	color : Black
}
BLOCKQUOTE	{
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : 600;
	color : Black
}
H1	{
	font-size : 15px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : 700;
	color : Navy;
}
H3	{
	font-size : 15px;
	font-family : Arial, Helvetica, sans-serif;
	text-align: center;
	color: Yellow;
	padding-top: 3px;
	padding-bottom: 3px;
}

A:link  {color : #CCFF33; text-decoration: underline;}
A:visited  {
	color : #CCFF33;
	text-decoration: underline;
}
A:active  {color : #CCFF33; text-decoration: underline;}
A:hover {
	color : White;
	text-decoration: underline;
}
PRE { font-size : 12px; font-family : "Courier New", Courier, mono; font-weight : 600; color : black; }
