body {
	background: #FBFBFB;
	color: #333;
	font: normal 1.25em/2.50em 'Francois One', HelveticaLtd Std, Helvetica, sans-serif;
	letter-spacing: 0em;
	height: 98%;
}

div#verbiage {
	width: 60%;
	margin: 0 auto;
	padding: 5em 0 0 0;
	__text-transform: lowercase;
}

p {
	margin: 0 0 1em 0;
}

a:link {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #AAA;
}

a:visited {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #AAA;
}

a:hover {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #FBFBFB;
}

a:active {
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #AAA;
}

