body
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: black;
	color: white;
	margin: 0;
	}
td
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}

/* Custom link styles */

a:link 
	{
	text-decoration: none;
	color: #51FF51
	}

a:active 
	{
	text-decoration: none;
	color: #ffffff;
	}

a:visited 
	{
	text-decoration: none;
	color: #3AB03A;
	}

a:hover 
	{
	text-decoration: none;
	color: #00AEEF
	}
