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

body{
	text-align:center;
}

#footer{
	font-family:"Swiss Condensed", "Arial Narrow", "Helvetica Condensed", Arial, Helvetica, san-serif;
	font-size:12px;
	color:#999999;
}
#footer a, #footer a:link, #footer a:visited{
	color:#999999;
	text-decoration:none;
}
#footer a:hover, #footer a:active, #footer a:focus{
	text-decoration:underline;
}
