.typography #menu li a {
	background:;
	background-color: ;
	height: 2em;
	line-height: 2em;
	width: 200px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.typography #menu li a:hover {
	background-color:;
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
.typography .footer a {

	color : #fff;
	padding-left: 2px;
	padding-right: 2px;	
}
.typography .footer a:active {

	color : #00688B;
	padding-left: 2px;
	padding-right: 2px;		
}
.typography .footer a:visited {
	color : #fff;
}
.typography .footer a:hover {
	color : #CCCCFF;
	border-top: 1px solid;
	border-bottom: 1px solid;	
}