A:link, A:visited, A:active 
	{ 
	color: blue;
	text-decoration: none
	}

BODY
	{
		font-family: tahoma;
		color: black;
		font-size: 12px;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		background: black
	}
	
TD, P 
	{ 	
		color: black;
		font-family: arial;
		font-size: 12px;
	}
	
.header
	{ 	
		color: white;
		font-family: tahoma;
		font-size: 18px;
		font-weight: bold;
	}
	

