body, table, tr, td {
   color: #dee7f5;
   font-family: Georgia, Times New Roman, Times, serif;
   font-size: 10pt;
   letter-spacing: 1px;
   text-align: justify;
   margin: 0px;
}

body {
   background-color: #414141;
}

a:link, a:active, a:visited {
   font-weight: bold;
   text-decoration: none;
   color: #2d3343;
}

a:hover {
   color: #000;
}
         
input, textarea, option, select {
   background-color: #6f96d1;
   font-family: Georgia, Times New Roman, Times, serif;
   font-size: 8pt;
   color: #fff;
   letter-spacing: 1px;
   border-top: 0px;
   border-left: 0px;
   border-right: 0px;
   border-bottom: 1px solid #abc3e8;
   padding: 1px; 
}

h1 {
   font-family: Georgia;
   color: #fff;
   font-size: 10px;
   width: 350px;
   padding-bottom: 2px;
   padding-top: 15px;
   letter-spacing: 7px;
   font-weight: bold; 
   padding-left: 50px;
   border-bottom: 1px dotted #fff;	
   text-transform: uppercase;
}

#nav {
   position: relative;
   top: 2px;
   left: 2px;
   width: auto;
}

#nav a {
   color: #fff;
   font-family: Georgia, Times New Roman, Times, serif;
   font-size: 8pt;
   text-decoration: none;
   text-align: center;
   padding: 5px;
   background-color: #4c6fa5;
   text-transform: uppercase;
   margin-right: 10px;
   letter-spacing: 3px;
}

#nav a:hover {
   color: #fff;
   background-color: #000;
   border-bottom: 1px solid #abc3e8;
}

#base {
   width: 420px;
   height: auto;
   color: #eaeaea;
   font-family: Georgia, Times New Roman, Times, serif;
   font-size: 8pt;
   text-align: left;
   background-color: #688ec8;
   padding: 7px;
   border-right: 10px solid #de7f9f;
}