body {
  background-color: #dadada; 
  color: #9aa2a4; 
  font-family: Georgia; 
  font-size: 11px; 
  text-align: justify;
  letter-spacing: 0pt; 
}

.content {
  background-color: #e9e9e9; 
  color: #9aa2a4; 
  font-family: Georgia; 
  font-size: 11px; 
  text-align: justify;
  letter-spacing: 0pt; 
}

img {
  border: 0px;
}

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

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

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

a:hover { 
  color: #9a0000; 
  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: #f0f0f0;
   width: 62.5px;
   text-align: center;
   color: #be8710;
   padding: 3px 0;
}
#navigation li a:hover {
   background: #00001e;
   color: #668ea2;
}

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

h2:first-letter {
  font-family: Georgia;
  color: #d1ae60;
  font-size: 20px;
  text-align: left;
}

h2 {
  font-family: Georgia;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 5pt;
  line-height: 33px;
  color: #d31e51;
  text-align: center;
  background-color: transparent;
  padding-left: 10px;
}

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


em {
  color: #665966;
}

strong {
  color: #7f9aa8;
}

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