@charset "utf-8";
#footer
{
	clear: both;
	background: #fafad7;
	color: #4c4a82;
	text-align: center;
	font-size: 76%;
	padding: 4px 0 5px 0;
	border-top:thin solid  #999;
}

#footer a:link, #footer a:visited 
{
	color: #4c4a82;
	text-decoration:none;
}
#footer a:hover
{
	color: #4c4a82;
	text-decoration:underline;
}
#footer p
{
line-height:50%;
}

