/* CSS Document */

body{ margin: 0; }

			.a1:link  { text-decoration: underline; color: #016028; }
			.a1       { text-decoration: underline; color: #016028; } 
			.a1:hover { text-decoration: underline; color: #00FF69; }		
			
			.b1:link  { text-decoration: none; color: #67DE98; }
			.b1       { text-decoration: none; color: #67DE98; } 
			.b1:hover { text-decoration: underline; color: #67DE98; }	
			
			.c1:link  { text-decoration: none; color: #FFFFFF; }
			.c1       { text-decoration: none; color: #FFFFFF; } 
			.c1:hover { text-decoration: underline; color: #00FF69; }	
			
			.d1:link  { text-decoration: underline; color: #016028; }
			.d1       { text-decoration: underline; color: #016028; } 
			.d1:hover { text-decoration: underline; color: #00A644; }	
			
			
.body {
	font: 12px arial;
	color: #000000;
}  

.news {
	font: 12px arial;
	color: #000000;
}  

.altfooter {
	font: 11px arial;
	color: #67DE98;
}  

.title {
	font: 16px arial;
	color: #000000;
	font-weight: bold;
}  

.buttons {
	font: 14px arial;
	color: #FFFFFF;
	font-weight: bold;
}  

.jumpto {
	font: 11px arial;
	color: #FFFFFF;
	font-weight: bold;
}  

.onblack{
	font: 12px arial;
	color: #FFFFFF;
} 

.time{
	font: 11px arial;
	color: #FFFFFF;
}  

.soldout{
	font: 15px arial;
	color: #FF0000;
		font-weight: bold;
}  


