a:link {
  font-family:arial, sans serif;
  color: #f40; 
  text-decoration: none;
  }
a:visited {
  font-family:arial, sans serif;
  color: #999; 
  text-decoration: none;
  }
a:hover {
  color: #ccc; 
  text-decoration:none;
  border-bottom:solid 1px #F4DB78;
  }
a:active {
  color:#F4DB78;
  }
body {
  background-color:#000; 
  margin:0;
  padding:0;
  }
p,ul,ol {
  color:#fff; 
  font-family: georgia, times new roman, times, serif; 
  font-size:12px;
  }
p.small {
  color:#fff; 
  font-family: arial; 
  font-size:10px;
  }
h1 {
  color:#F4DB78; 
  font-family: georgia, times new roman, times, serif; 
  font-size:24px; 
  font-weight:100;
  }
h3 {
  color:#F4DB78; 
  font-family:arial; 
  font-size:15px; 
  font-weight:700;
  }
ul {
  list-style-type:square;
  }
li {
  margin-bottom:15px;
  }
em {
  color:#F4DB78; 
  font-style:normal; 
  font-weight:700;
  }
hr {
   color:#F4DB78; 
   background-color:#F4DB78; 
   height:1px; 
   border:0px;
   }
.button {
  color: #fff; 
  border:solid 1px #F4DB78; 
  font-family:arial,sans-serif; 
  font-size:12px; 
  font-weight:100; 
  background-color:#000; 
  cursor: hand;
  }
div#header {
  position: absolute; 
  left: 50px; 
  top: 10px; 
  width:700; 
  height:210px; 
  z-index: 1
  }
div#main {
  width:300px; 
  float:left;
  }
div#lhcol {
  width:450px; 
  float:left;
  }
div#footer {
  width:750px;
  border-top:solid 1px #F4DB78; 
  }
div#inner {
  padding:0 0 0 10px;
  }
#creditfooter {
  display:none;
  }
#feedburnerheadline ul {
  margin:0;
  padding:0;
  }
#feedburnerheadline li {
  list-style:none;
  margin:0 0 10px 0;
  padding:0;
  }
#feedburnerheadline li a {
  font-weight:700;
  }