body {
	background: #EEE;
	margin:40px;
	font: 75% "Helvetica", "Trebuchet MS", Verdana, sans-serif;
	line-height:1.5;	
}

ul {
	padding-left: 0px;
}

li {
	float:left;
	list-style-type: none;
	margin-right: 40px;
}

dl{
	display:inline;
}

dd {
	margin: 0px;
}

dt {
	font-weight: bold;
	margin-bottom: 12px;
}


A {text-decoration: none; color:black}
A:link {text-decoration: none;}
A:active {text-decoration: none}
A:hover {text-decoration: underline;}