@charset "UTF-8";
/* Typography */

body{
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 12px;
	color: #6c6c6c;
	}


#footer a, #footer a:link, #footer a:visited{
	font-size: 11px;
	color: #6c6d6d;
	text-decoration: underline;
}

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