body {
margin: 0; border: 0; padding: 0;
font-family: tahoma,verdana,arial;
background: #fff;
color: #fff;
}

#topnav {
display: block;
background: #ccc;
}

a:link{ color: white; font-weight: bold; text-decoration: none;}
a:active{ color: white; font-weight: bold; text-decoration: none;}
a:visited{ color: white; font-weight: bold; text-decoration: none;}
a:hover { color: white; font-weight: bold; text-decoration: underline;}

#title {
font-size: 1.1em;
margin-top: 0;
color: gold;
}

#wrapper {
margin: 5px 5px 0 5px;
border: 1px solid black;
background: #8B4513;
padding: 5px;
}

div#toggleForm
{
  margin: 0px 20px 0px 20px;
  display: none;
}