/* CSS Document */
.footer {	
	 font-size: 10px;
	 font-family: Arial, Helvetica, sans-serif;
	 color: #abb8bd;
	 padding: 3px;		
}
.footer a:link {
	color: #abb8bd;
	text-decoration: underline;
}
.footer a:visited {
	color: #abb8bd;
	text-decoration: underline;
}.footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}.footer a:active {
	color: #ffffff;
	text-decoration: underline;
}