
/*footer links */
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color: #ffffff;
	margin-top:17px;
	margin-left: auto;
	margin-right: auto;
}
p#footer {
	margin-top:5px;
}
a#footer:link {
	color: #ffffff;
	text-decoration: none;
}
a#footer:visited {
	color: #ffffff;
	text-decoration: none;
}
 a#footer:hover{
	color: #ffffff;
	text-decoration:underline;
}