BODY 		{
	font-family : "Times New Roman";
     	font-size : 10.0pt;
       	background-color : Black ;
       	background-image : url("images/red.gif";)
}

A {
	font-family : "Times New Roman";
  	color: #FF0000;
	text-decoration: none;
	list-style-type: disc;
	text-decoration: none;
	font-size : 10.0pt;
	font-weight: bold;
}

A:hover {
	font-weight : bold;
	color: #FFFFFF;
	text-decoration: none;
	text-decoration: underline;
}

A:visited	{
	color:#808080;
}

A:active 	{
	color:#FF0000;
}

A:link 		{
	color:#FF0000;
}

H1 		{ 	
	font-family : "Times New Roman";
      	font-size : 18.0pt;
      	color : #FFFFFF;
	font-weight : bold;
}

H2 		{ 	
	font-family : "Times New Roman";
      	font-size : 14.0pt;
      	color : #FFFFFF;
	font-weight : bold;
}


H3 		{
	font-family : "Times New Roman";
      	font-weight : bold;
      	font-size : 12.0pt;
      	color : #FFFFFF;
}

H4 		{
	font-family : "Times New Roman";
      	font-weight : normal;
      	font-size : 12.0pt;
      	color : #FFFFFF;
}

H5 		{
	font-family : "Times New Roman";
      	font-weight : bold;
      	font-size : 10.0pt;
      	color : #FFFFFF;
}

H6 		{
	font-family : "Times New Roman";
      	font-weight : normal;
      	font-size : 10.0pt;
      	color : #FFFFFF;
}

PRE 		{ 	
	font-family : "Courier New";
      	font-size : 10.0pt;
      	color : #FFFFFF;
}

TD 	{
	font-family : "Times New Roman";
	font-size: 10.0pt ;
      	color : #FFFFFF;
}

LI 	{
	list-style-image:"url('images/dot.gif')";
}
