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

/* Footer styles
   ------------------------------------------------------------*/

#footer {
	color: #000;
	text-align: center;
	font-size: 0.75em;
	margin-top: 50px;
	padding-bottom: 20px;
}

#footer a:link, #footer a:visited {
	text-decoration: underline;
/*	color: #6CF; */
	color: blue;
}

#footer a:hover {
	text-decoration: underline;
	color: #2E1FC7;
}
