#Navigation ul li a{
	font-size:75%;
	color:#FFF;
	line-height:32px;
	text-decoration:none;
}
#Navigation ul li a.current, #Navigation ul li a:hover{
	color:#666;
}

.typography{
	font-size:75%;
}
	.typography h1{
		font-size:220%;
		font-weight:600;
		margin-bottom:15px;
	}
		.typography h1 .small{
			font-size:55%;
		}
		.typography h1 .ex-small{
			font-size:45%;
		}
	.typography h2{
		font-size:170%;
		font-weight:600;
		margin-bottom:15px;
	}
	.typography h3{
		font-size:130%;
		font-weight:600;
		margin-bottom:10px;
	}
	.typography h4{
		font-size:120%;
		font-weight:600;
		margin-bottom:10px;
	}
	.typography p{
		margin-bottom:10px;
	}
		.typography #HomeIntro p{
			margin-bottom:15px;
		}
	.typography a{
		text-decoration:none;
		border-bottom:groove 1px #999;
	}


	.controllers ul li a{
		text-decoration:none;
		border-bottom:none;
		line-height:30px;
		font-weight:600;
		color:#0d27cb;
	}


#Footer{
	color:#FFF;
	font-size:75%;
	text-decoration:none;
	line-height:32px;
}
	#Footer a{
		color:#FFF;
		text-decoration:none;
		margin-right:15px;
		border-right:1px solid #FFF;
		padding-right:15px;
	}