body {
  font-family: sans-serif;
  font-size: 12px;
  color: #444;
  width: 551px;
  margin-left:50px;
  margin-top:50px;
  }
a:link {
  color: #C22;
  text-decoration: none;
  }
a:visited { 
  color: #C22;
  text-decoration: none;
  }
a:hover { 
  color: #C22;
  text-decoration: underline;
  }
a:active { 
  color: #C22;
  text-decoration: none;
  }
a img{
  border:0;
}
h1 {
  color: #C22;
  font-size: 14px;
  }
h2 {
  font-size: 12px;
  color: #C22;
  }
h3 {
  font-size: 12px;
  font-weight:bold;
  }


