body {
	margin:0px;
	background: #660000;
}

A	{
	color: #999;
	text-decoration: none;
	font-family:tahoma, verdana, arial, helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
} 
	A:link		{ color: #888; text-decoration: none; } 
	A:visited	{ color: #777; text-decoration: none; } 
	A:active	{ color: #999; text-decoration: underline;} 
	A:hover		{ color: #999; text-decoration: underline;}

img	{ border: 0 ;}

h1, h2, h3 {
	color: #999;
	text-decoration: none;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size : 15px;
	margin-bottom : 5px;
} 
	
td		{
	color: #F0F0F0 ;
	text-decoration: none;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size : 12px;
} 

form {
	margin-bottom : 0px;
	margin-top : 10px;
	padding:0;
}