 body {
     font-family: "Trebuchet MS", Arial, sans-serif;

     margin : 0px;
     padding: 0px;
 }

 .topbar { 
     background-color: #99CC33;
     width: 100%;
     height: 30px;
 }
 
 .bottombar {
     background-image: url(/images/background.gif);
     background-repeat: repeat-x;
     height: 76px;
     width: 100%
 }

 .content {
     margin-left: 5px;
 }

 h1 {
     font-family: Arial, sans-serif;
     font-size: 18px;
 }

 h2 {
     font-family: Arial, sans-serif;
     font-size: 16px;
 }

 ul {
     list-style-image: url(/images/list.gif);
 }

 a {
     text-decoration: none;
     color: #000;
     font-weight: normal;
     border-bottom: 1px dotted #000;
 }

 a img {
     border: none;
 }

 a:hover {
     color: #090;
     border-bottom: 1px dotted #090;
 }
