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

body, div,tr,td {
  color: #6B879F;
  font: 11px trebuchet ms, tahoma, verdana;
  margin: 0px;
}

h1 {
  font: italic 16px trebuchet ms, tahoma, verdana;
  color: #6B879F; 
  letter-spacing: 2px;
  text-transform: none;
  text-align: right;
  margin: 0px;
  border-bottom: 1px dashed #6B879F;
  padding: 0px 6px 0px 4px;
}

b {
color: #8DA5B9;
text-transform: uppercase}


a:link, a:visited, a:active {
  color: #8DA5B9;
  text-decoration: none;
  letter-spacing: 1px;
  border-bottom: dashed 1px #8DA5B9; 
}

a:hover {
  color: #6B879F;
  text-decoration: none;
}

input, textarea,select { 
  color: #6B879F;
  background: #1D272F;
  border: dotted 1px #6B879F; 
}

#main {
  position: absolute; 
  padding-left:10px;
  padding-right:10px;
  top: 370px; 
  right: 33px; 
  width: 473px; 
  background: #1D272F;
  border-left: 2px solid #364959;
  border-right: 2px solid #364959;
  border-bottom: 2px solid #364959;
}

blockquote {
  margin: 5px;
  padding: 5px;
  padding-left: 10px;
  background: #253541;
  border-left: solid 10px #1D272F;
  border-right: solid 10px #1D272F;
}