* {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
}

body {
	color: #404040;
	background: #fff;
	font-size: 18px;
	line-height: 1.3333em;
}

#body {
	margin: 0 auto;
	width: 29.3333em;
	padding: 2em;
}

h1 {
	display: none;
}

ul {
	width: 14.6667em;
	white-space: nowrap;
}

#graphr {
	float: left;
	text-align: right;
}
	
#external {
	float: right;
}

li {
	list-style-type: none;
}

span {
	color: #c0c0c0;
	font-style: normal;
	margin-right: 0.3333em;
}
	
a {
	display: block;
	color: #808080;
	text-decoration: none;
	outline: none;
}

#graphr a 		{ padding-right: 1em; }
#external a 	{ padding-left: 1em; }

a:focus,
a:hover 		{ color: #000000; }
a:hover span,
a:focus span 	{ color: #808080;}

a:active {
	position: relative;
	top: 1px;
}

.clear {
	clear: both;
}