* 
 body {
  font-family: tahoma;
  font-size: 11px;
  color: #666;
  background-image: url(background.gif);
  background-color: #292929;
 }
 
 
 .block {
  margin-top: 10px;
  height: 106px;
  width: 600px;
 }
 
h1 {
  font-size: 11px;
  color: #F9CE18;
  font-weight: bold;
 }
 
h2 {
  font-weight: normal;
  padding-bottom: 7px;
  font-size: 10px;
 }
 
a {
  color: #999;
  text-decoration: none;
 }
 
a:hover {
  text-decoration: underline;
 }
 
 .content {
  width: 600px;
 }
  
