<head>
      <style>
          td {font-family: Helvetica;
        padding: 10px;
    }
    .header {
        background-color:OliveDrab;
        color:White;
        text-align:center;
    }
    .odd-row {
        background-color:rgb(244,164,96);
    }
    .even-row {
        background-color:#f08080;
    }
    table {
        width: 100%;
    }
    .link {
        font-style: underline;
    }
    #image {
        border-style:dotted;
        border-radius:30px;
        !important
    }
    ol {
        font-family:Alpha;
    }
      mark {
          background-color:Salmon;
      } 
          
          
      </style>  
        
    </head>