body
	{
   	font-family: Verdana, Arial, Helvetica, sans-serif;
   	font-size: 9pt;
   	color: silver;
   	background-color: black;
	}
td
	{
   	font-size: 9pt;
   	color: silver;
	}
h1
	{
   	font-size: 10pt;
	font-weight: bold;
   	text-align: left;
	}
p
	{
   	text-align: left;
	}
p.center
	{
   	text-align: center;
	}
p.left
	{
   	text-align: left;
	}
p.footer
	{
   	font-size: 8pt;
	font-style: italic;
   	text-align: center;
	}
a.link
	{
   	text-decoration: none;
	}
a:link
	{
	color: #ff3399;
	}
a:visited
	{
	color: #cc00ff;
	} 
a:active 
	{
	color: #00ffcc;
	}
a:hover
	{
	color: #00ffcc;
	}

