body {
  background:#fff url(bg.jpg); 
  color: #c8c8c8; 
  font-family: Tahoma; 
  font-size: 11px; 
  text-align: justify;
  letter-spacing: 0pt; 
}

.content {
  background-color: #181818; 
}

img {
  border: 0px;
}

a:link { 
  color: #b1b1b1; 
  letter-spacing: 0pt;
  text-decoration: none;
  text-align:justify;
  font-size: 11px; 
  background-color: transparent;
  font-weight: bold;
  cursor: help;
}

a:active { 
  color: #e9e9e9; 
  letter-spacing: 0pt;
  text-decoration: none;
  text-align:justify;
  font-size: 11px; 
  background-color: transparent;
  font-weight: bold;
  cursor: help;
}

a:visited { 
  color: #e9e9e9; 
  letter-spacing: 0pt;
  text-decoration: none;
  text-align:justify;
  font-size: 11px; 
  background-color: transparent;
  font-weight: bold;
  cursor: help;
}

a:hover { 
  color: #5f0000; 
  letter-spacing: 0pt;
  text-decoration: none;
  text-align:justify;
  font-size: 11px; 
  font-weight: bold;
  cursor: help;
}

/*Thank you, tutorialtastic.co.uk */

#navigation {
   list-style: none;
   margin: 0; padding: 0;
}
#navigation li {
   float: left;
}
#navigation li a {
   display: block;
   background: #0b0000;
   width: 94px;
   text-align: center;
   color: #500000;
   padding: 3px 0;
   border-top-width: 5px;
   border-left-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 5px;
   border-style: solid;
   border-color: #898989;
}
#navigation li a:hover {
   background: #0b0000;
   color: #3a3a3a;
   border-top-width: 5px;
   border-left-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 5px;
   border-style: solid;
   border-color: #898989;
}
/*Thank you, tutorialtastic.co.uk */

h2:first-letter {
  font-style: italic;
  font-size: 15px;
  color: #fff;
  font-family: Georgia;
}

h2 {
  font-family: Tahoma;
  font-size: 12px;
  letter-spacing: 5pt;
  color: #323337;
  text-align: center;
  border-style: solid;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-color: #898989;
}

h3 {
  font-family: Tahoma;
  font-size: 11px;
  letter-spacing: 1pt;
  color: #bcb9b5;
  text-align: right;
  line-height: 10px;
  border: #921c23;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-bottom-width: 2px;
}


i,em {
  color: #949494;
}

b,strong {
  color: #c9c9c9;
}

textarea, input {
  color: #66718e;
  background: #f0f0f0;
  font-size: 11px; 
  font-weight: normal;
  text-decoration: none;
  font-family: Tahoma; 
  text-align: left;
  border-width: 1px;
  border-style: solid;
  border-color: #c5c5c5; 
}
