li {
  list-style: none;
}

table {
  border-spacing: 10pt 10pt;  
}

a {
  color: #0066CC;
}

a:hover {
  color: #660000;
}
body {
	margin: 0 auto;
	width: 800px;
	font-family: Trebuchet MS;
	font-size: 12px;
}
#navigation {
	float: left;
	width: 200px;
}
#content1 {
	margin-left: 200px;
}
#footer {
	clear: both;
}

#header {
  margin-top: 25px;
}