body 	{
	background-color: #3f3f3f;
	margin: 0px;
	padding:0px;
	text-align:center;
}
.bodycopy {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #3f3f3f;
}
.footer {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	color: #666666;
}
a:link	{ 
	text-decoration: none;
	color: #0099cc; 
}
a:visited {  
	text-decoration: none; 
	color: #333333; 
}
a:active {  
	text-decoration: none; 
	color: #ff6600; 
}
a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #66ccff;
}

