/* This is the default style sheet for the 'footer.htm' frame */	
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #000;
	font-size: 80%;
	margin-top:2px;
	padding:2px 10px 0px 10px;
}
p{
	font-size: 90%;
}
.copyright{
	position:fixed;
	top:20px;
	right:5px;
}