body {
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;

  background-image: url('bg.jpg');
  background-repeat: repeat;

  font-family: arial, verdana, courier;
  font-size: 11px;
  color: #ffffff;

}


img {
border-style: none;
}


#content {
  margin-left: auto;
  margin-right: auto;
  width: 300px; 
  line-height: 150%;
}

a:link {color: #6c97dd; text-decoration: underline; }
a:active {color: #ffffff; text-decoration: underline; }
a:visited {color: #6c97dd; text-decoration: underline; }
a:hover {color: #ffffff; text-decoration: none; }
