body {
background: #ffffff;
}

h1 {
font-family: verdana,helvetica,sans serif;
font-weight: bold;
font-size: 16pt;
}

h2 {
font-family: verdana,helvetica,sans serif;
font-weight: bold;
font-size: 14pt;
}

h3 {
font-family: verdana,helvetica,sans serif;
font-weight: bold;
font-size: 12pt;
}

p {
font-family: arial,helvetica,sans serif;
font-size: 10pt;
}

li {
font-family: arial,helvetica,sans serif;
font-weight: bold;
font-size: 10pt;
}

a {
color: #ff0000;
}

#links {
background: #cccccc;
float: left;
width: 200px;
margin: 20px 0 0 0;
padding: 10px;
}

#content {
background: #ffffff;
margin: 0 0 0 220px;
}

#topnav {
background: #cccccc;
width: 100%;
}

#navbar {
background: #cccccc;
float: left;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
}

#navbar li {
display: inline;
}

#navbar li a {
background: #cccccc;
float: left;
padding: 5px 20px;
}

#clear {
clear: both;
}

#navbar li a.x {
background: #000000;
color: #ffffff;
font-weight: bold;
}

#navbar li a.y {
background: #999999;
color: #ffffff;
}