body {
 background-color: #cc0000;
 color: #ffffff;
 font-family: sans-serif;
 font-size: 14px;
 margin-top: 0px;
 margin-left: 0px;
}
h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}
#logo {
 width: 1000px;
 height: 90px;
 border: 0px;
}
#listbox {
        width: 150px;
        top: 20px;
        height: auto;
        margin: 0;
        padding: 10;
        float: right;
        font-size: 13px;
        background-color: #C40000;
}
#listbox h3 {
 padding: 6px 0 0 11px;
 height: 20px;
 margin: 0;
 position: relative;
 list-style-type: none;
 background: #f5f5f5;
 font-family: tahoma, verdana, arial, helvetica, sans-serif;
 font-size: 13px;
 color: #C40000;
}
a {
 color: #ffffff;
 text-decoration: underline;
}
a:hover {
	text-decoration: none;
	background: #f5f5f5;
         color: #C40000;
}
#footer {
         font-size: 12px;
}