body, table, tr, td {
   margin: 0px;
   padding: 4px;
   font: 8pt Georgia; 
   color: #b1b1b1;
   text-align: justify;
}

body {
   background-color: #353535;
}

a:link, a:active, a:visited {
   color: #7f7f7f;
   text-decoration: none;
}

a:hover {
   color: #373737;
}

input, textarea, option, select {
   font: 8pt Georgia;
   color: #666;
   border: 1px solid #b5b5b5;
   padding: 2px; 
}

h1 {
   font: 14pt Georgia;
   color: #515254;
   border-bottom: 1px solid;
   width: 300px;
   padding-bottom: 2px;
}

#wrap {
   width: 746px;
   height: auto;
   position: relative;
}

#nav {
   position: center;
   top: 280px;
   left: 10px;
   width: 746px;
   background-color: #fff;
}

#nav a {
   color: #dedede;
   font: 14pt Georgia;
   text-decoration: none;
   text-align: center;
   padding: 8px;
   font-weight: bold;
   text-transform: uppercase;
}

#nav a:hover {
   color: #bfbfbf;
   text-decoration: none;
}
