a:link
{
	color: #01f2ff; 
}
a:visited
{
	color: rgb(0,153,102); 
} 
a:active 
{
	color: rgb(0,102,102);
}
body
{
	font-family: Arial, Helvetica;
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
}
table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
}
p, h1, h2, h3, h4, h5, h6
  { font-family: "Times New Roman", Times }
p { color: white; font-size: 12px; font-family: "Times New Roman", Times; line-height: 12px  }
h1
    { color: white; font-weight: normal; font-size: 14px; line-height: 16px }
h2
         { color: white; font-style: normal; font-size: 18px; line-height: 18px }
h3
    { color: white; font-size: 24px; line-height: 28px }
h4
   { color: rgb(0,153,153); font-size: 20px; line-height: 20px }
h5
   { color: rgb(0,153,153); font-size: 12px; line-height: 12px }
h6
 { color: white; font-size: 14px; font-weight: bold; line-height: 14px  }

