body {
  background:#101010;
  margin:0px;
  color:#898989;
  font-family:Verdana, Arial, Sans-Serif;
  font-size:1.4em;
}
#masthead {
  background:#141414 url(images/banner.jpg) no-repeat;
  height:293px;
}
#content {
  background:#0d0d0d;
  padding:15px;
  margin:50px 100px;
  width:800px;
}
h1 {
  font-family:Lucida Grande, "Trebuchet MS", Arial, Sans-Serif;
  color:#FFF;
  margin:0px;
  font-size:1.5em;
}
h2 {
  font-family:Lucida Grande, "Trebuchet MS", Arial, Sans-Serif;
  color:#FFF;
  margin:20px 0px 0px 0px;
  font-size:1.3em;
}
a h2 {
  color:#72c4ff;
  text-align:right;
  text-decoration:underline;
}
a:hover h2 {
  color:#FFF;
}

p a {
  color:#FFF;
  font-weight:bold;
  text-decoration:none;
  border-bottom:1px dotted #72c4ff;
}
a:hover {
  border-bottom:1px dotted #fff;
}
p {
  margin:10px 0px 0px 0px;
  line-height:1.7em;
}