table {
  background-color:lightblue;
}

th {
  font-size:17px;
  font-style:italic
}

td { 
  font-size:15px;
  font-style:italic
}

ol { font-size:13px; 
       font-style:italic; 
       list-style-type:decimal-leading-zero
     }
     
h3 { font-style:italic; }
  
body { background-color:#FFCC00; }
  
a.buttons {
    border: 4px outset #808080;
    text-decoration: none;
    color: #000;
    background-color: #D4D0C8;
    padding-left: 1em;
    padding-right: 1em;
  }
  
a.buttons:hover {
    border-style: inset;
  }
  
a.buttons2 {
    border: 1px outset #808080;
    text-decoration: none;
    color: #000;
    background-color: #D4D0C8;
    padding-left: 0.65em;
    padding-right: 0.65em;
  }
  
a.buttons2:hover {
    border-style: inset;
}
