body {
  background: #0b0b0b; 
  color: #fff; 
  font-family: Georgia; 
  font-size: 11px; 
  text-align: justify;
  letter-spacing: 0pt; 
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

img {
  border: 0px;
}

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

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

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

a:hover { 
  color: #a2690b; 
  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 a {
  display: block;
  width: 80px;
  text-align: center;
  color: #fff;
  letter-spacing: 0pt;
  text-decoration: none;
  font-size: 15px; 
  font-family: Georgia;
  font-weight: bold;
  cursor: help;
  padding: 3px 0;
  border-color: #0b0b0b;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}
#navigation li a:hover {
  color: #84560b; 
  letter-spacing: 0pt;
  text-decoration: none;
  font-size: 15px; 
  font-weight: bold;
  font-family: Georgia;
  cursor: help;
  border-style: solid;
  border-color: #e5cc3b;
  border-top-width: 0px;
  border-left-width: 5px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}
/*Thank you, tutorialtastic.co.uk */

h2:first-letter {
  font-family: Georgia;
  font-size: 40px;
  letter-spacing: 3pt;
  text-transform: lowercase;
  line-height: 15px;
  font-style: italic;
  color: #72b0b0;
  font-weight: lighter;
}
  

h2 {
  font-family: Georgia;
  font-size: 20px;
  letter-spacing: 3pt;
  color: #9f9f9f;
  font-weight: lighter;
  text-align: left;
  padding: 0 0 0 40px;
  margin: 0 0 0 0;
}

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


i,em {
  color: #765f0b;
}

b,strong {
  color: #232323;
}

textarea, input {
  color: #e3c73c;
  font-size: 11px; 
  background: #0b0b0b; 
  font-weight: normal;
  text-decoration: none;
  font-family: Georgia; 
  text-align: left;
  border-width: 1px;
  border-style: solid;
  border-color: #232323; 
}

