body {
	background-color	: #000000; 
	background-image	: url("../images/newpics/newbg.gif");
	margin-top		: 10px;
	margin-left		: 10px;
	margin-right		: 10px;
	margin-bottom		: 10px;
} 

table {
	font-family		: verdana; 
	color			: #666; 
	font-size		: 9px;
}
.box1 {
	border			: 1px solid #333333;
}
.mail_box {
	border			: 1px solid #333333;
	background		: #000;
	font-family		: tahoma;
	font-size		: 10px;
	color			: #666666;
}
a:link, a:visited, a:active {
	text-decoration		: none;
	color			: 666;
}
a:hover	{
	text-decoration		: none;
	color			: #fff;
}