body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: normal;
	margin: 0, 0, 0, 0;
	padding: 0px;
	background-color: #333333;
}
#footer {
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	a:link {text-decoration: none; color:#FFFFFF};
	
}
#copy {
	font-style: italic;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}

a:link { 
	color: #FFFFFF;
	}
a:visited { 
	color: #FFFFFF;
	}
a:hover { 
	color: #000000;
	background-color: #ccffff;
	text-decoration: none;
	}
a:active { 
	color: #333333;
	}