body {
    font: small arial, helvetica, sans-serif;
}

#header h1 {
    font-size: 2em;
    color: darkblue;
	background: #fe5;
	margin-right: 20%;
	margin-left: 20%;
	border: 1px solid blue;
}

#header ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
	
#header li {
    display: inline;
    margin: 0 2px 0 0;
    border: 2px solid black;
}
	
#header a {
    padding: 0 1em;
    text-decoration: none;
    color: #a80;
    background: #fe5;
}
	
#header a:hover {
    background: #fc0;
    color: #540;
}0123456789a

#header #selected {
}
	
#header #selected a {
    padding-bottom: 2px;
    font-weight: bold;
    color: black;
    color: black;
    background: #fc0;
}

#content {
    border: 2px solid black;
    border-bottom: 5px solid black;
    border-right: 5px solid black;
    background: #fc0;
    padding: 2em;
}

#content img {
    border: 2px solid blue;
}

#content li {
  margin-bottom: .5em;
}

/*]#content li:before {
  display: inline-block;
  content: counter(item) ")";
  counter-increment: item;
  width: 3em;
}*/
	
/*#content p {
  margin: 0;
  padding: 1em;
  background: white;
  }*/