@charset "utf-8";
/* CSS Document */

footer {
	clear: both;
	width: 100%;
	clear:both;
	background-color: #000;
	font-size: .9em;
	padding: 1em;
	margin-top: 1em;
	border-top-width: thin;
	border-top-style: solid;
	border-color: #FF0;
}
footer a:link{	color: #FFF;}
#footer a:visited{	color: #C36;}
footer p {	 color: #FFF; margin-left:70px; }

footer strong{
color:#F00;
display:inline;
}
#references{
	width:75%;
	margin-right: auto;
	margin-left: auto;
}
#topofpage{
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background-color:#900;
	color:#FFF;
	text-align:center;
	font-weight:800;
	font-size: 2em;
	float:left; margin-right:2em;
}
#topofpage a{text-decoration:none;}
#topofpage a:hover {text-decoration:none; 	background-color:#900;}