body {
font: 0.8em verdana, arial, helvetica, sans-serif;
}


h2 {font-family: verdana, arial, helvetica, sans-serif;}
a {color: #660099;}

#header ul {
list-style: none;
padding: 0;
margin-left: 45 px;
}
#header li {
float: left;
border: 1px solid #660099;
border-bottom-width: 0;
margin-left: 45 px;
font-weight: bold;
}
#header a {
text-decoration: none;
display: block;
background: #cc99ff;
padding: 0.24em 1em;
color: #660099;
text-align: center;
font-weight: bold;
}
#header a:hover {
color: white;
font-weight: bold;
}
#header #selected {
border-color: black;
font-weight: bold;
}
#header #selected a {
position: relative;
top: 1px;
background: white;
color: black;
font-weight: bold;
}
#content {
border: 1px solid black;
clear: both;
padding: 0 1em;
margin-left: 45 px;
}
h1 {
padding: 0 0 1em 0;
}

ul { list-style-type: square; 
}