
body { 
       margin-top: 10px}

img { 
      float: left; 
      padding: 0px 10px 10px 0px;
      }

a { 
    text-decoration: none;
    }

a:hover {
          text-decoration: underline;
    }

h2{   
    background-color: #C0C0C0;
    padding: 2px;
    border-top: 2px;
    border-bottom: 2px;
    clear: both;
}