body {
   background-color: #000;
   margin: 0px;
}

b, strong {       
   color: #9ea09f;
   font-weight:bold;
   text-transform: uppercase;
   font-style: normal;
}

input, textarea, option, select {
   background-color: #000;
   font-family; Georgia, Times New Roman, Times, serif;
   font-size: 7pt;
   font-weight: normal;
   color: #9ea09f;
   border: 1px dotted #555656;
   padding: 1px; 
}

h1 {
   font-family: Georgia, Times New Roman, Times, serif;
   color: #525252;
   font-size: 9px;
   width: 300px;
   padding-bottom: 2px;
   letter-spacing: 5px;
   font-weight: bold; 
   padding-left: 50px;
   border-bottom: 1px dotted #c9c9c9;	
   text-transform: uppercase;
}

#text {
   position: absolute;
   top: 310px;
   left: 15px;
   width: 515px;
   height: auto;
   color: #3b3b3b;
   font: 7pt Georgia;
   text-align: justify;
   line-height: 14px;
}

#text a {
   color: #555656;
   text-decoration: none;
}

#text a:hover {
   color: #fff;
}

.border {
   padding: 6px;
   margin: 5px;
   border: 0;
}

img.border {
   padding: 6px;
   background: #2d2d2d;
   border: 0;
}

img:hover.border {
   background-color: #4f4f4f;
}
