body {
  margin-right:1em;
  margin-left:1em;
  padding: 0.5em;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 1.1em;  
  background-color: #FBFBFB;
  line-height: 1.6;
}

a:link {
  text-decoration:none; 
  color: red
}

a:visited {
  text-decoration:none; 
  color: red;
}

a:hover {
  text-decoration:underline;
  color: red;
}

a:active {
  text-decoration:underline;
  color: red;
}

h1, h2, h3, h4, h5, h6 {
  /* font-family: arial, Helvetica, sans-serif; */
  color: red;
  line-height: 1.2;
}

h3{
  border-bottom: 1px solid red;
}

th, td {
  border-bottom: 1px solid #ddd;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 1.1em;
}

th {
   color: red;
   text-align: left;
}

p {
  /* font-family: arial, Helvetica, sans-serif; */
  text-align: left;
}

