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

#footer {
	letter-spacing: 3px;
	text-align: center;
}

#footer a {
	color: #000;
	padding: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:1px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	}
	
#footer a:hover {
	color: #333;
	}