body {font-size: 18px;
      background-color: gainsboro;}
h1{color: blue;}
p {color: black;}
li {margin-bottom: 2mm;}
ul {margin-top: -1mm;}
h2,h3{margin-top: 0mm; margin-bottom: 2mm;}
a:link, a:visited {
  color: blue;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: blue;
  font-weight: bold;
  text-decoration: underline;
}


table, th, td {
  font-size: 18px;
  border: 1px solid black;
  border-collapse: collapse;
  text-lign:center;
}
 
th, td {
  padding: 5px;
}
