body {
	background: #000;
	margin-top: 8px;
	margin-left: 8px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ccc;
	line-height: 1.3em;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-weight: bold;
	color: #56A6D9;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
	color: #C60;
	margin-bottom: 30px;
}
h2 {
	font-size: 16px;
	margin-bottom: -12;
}
h3 {
	color: #BDB6EC;
	font-size: 14px;
}
a:link {
	color: #CC6600;
	text-decoration: underline;
}
a:visited {
	color: #CC6600;
	text-decoration: underline;
}
a:hover {
	color: #BDB6EC;
	text-decoration: none;
}
a:active {
	color: #BDB6EC;
	text-decoration: none;
}
#results td {
	border-bottom: 1px dotted #BDB6EC;
	padding: 10px 0 10px 0;
}
.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	margin-bottom: 10px;
	line-height: 1em;
}
#menu {
	margin: 10px 0 40px 0;
}
#content {
	padding-right: 90px;
}
#intro p {
	font-family: "Avenir", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 2em;
	margin: 0 20px 10px 0;
}
.highlight {
	color: #C60;
	font-weight: bold;
}
#news {
	margin-bottom: 20px;
	width: 425px;
}
#news td {
	border-bottom: 1px solid #333;
}
#news p {
	padding: 0 15px 10px 10px;
}
#news p:first-line {
	color: #69C;
	font-weight: bold;
}