p {
  font-family: verdana;
  font-size: 20px;
}
H2 {font-family: verdana;
  font-size: 25px;
  font-weight: bold;
  font-color: blue;
}

H3 {font-family: verdana;
  font-size: 18px;
  font-weight: bold;
}

H4 {
font-family: verdana;
  font-size: 15px;
}
table, th, td {

  vertical-align:top;
 
  font-family: verdana; 
  font-size: 20px;
  td {
  padding-top: 1px;
  }
  td {  padding-top:10px; }
}
a:link {
  color: black;
  background-color: transparent;
  text-decoration: none;
  
p.outset {border-style: outset;}
footer {
font-family:verdana;
font-size: 10px;
font-color:blue;
}
