body {
  background-color: #333333;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  border: 0px;
  text-align: center;
  font-size : 11px;
  font-family : Tahoma,Verdana,Arial;
h3     {color: blue}
}
a { 
        color: ff6600;
        font-weight: bold;
        text-decoration : none;
}

a:hover { 
 color: white; 
 text-decoration : underline;
 font-weight: bold;

}

img {border: 0px solid #000}
