A:link, A:visited, A:active 
	{ 
	color: white;
	font-family: arial;
	text-decoration: underline
	}

A:hover
	{
	text-decoration: underline
	}

	
BODY
	{
		font-family: arial;
		color: white;
		font-size: 12px;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		background: #2D1C12;
		border: 0px;
	}
	
TD, P 
	{ 	
		color: white;
		font-family: arial;
		font-size: 12px
	}
	
.header
	{
		font-family: times;
		font-size: 22px;
		font-weight: normal;
	}
