/* CSS Document 
For use on www.amz.net
Written by Ben Burford
*/


body    
	{ 
	top-margin: 10;
	color: #336699; 
	font-size: 12px; 
	line-height: 14px; 
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #696969; 
	}

td.button   
	{ 
	color: white; 
	background-color: #191970;
	font-weight: 700; 
	}

td, th   
	{ 
	color: #333333; 
	font-size: 12px; 
	line-height: 14px; 
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #f5f5dc }

a {
	color: #ffffff;
	text-decoration: none;
}

form {
	background-color: #CCCC99;
}


a:hover {
	text-decoration: underline;
	color: White;
}


