body
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	color: white;
	margin: 0;
	}

td
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

td p
	{
	margin-right: 10px;
	}

.head1
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #62d2ff;
	font-weight: bold;
	}

.head2
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}


/* Custom link styles */


a:link 
	{
	text-decoration: none;
	color: #62D2FF
	}

a:active 
	{
	text-decoration: none;
	color: #ffffff;
	}

a:visited 
	{
	text-decoration: none;
	color: #959595;
	}

a:hover 
	{
	text-decoration: underline;
	color: #62D2FF
	}
