body {
  background: #ffc0ff;
  font-family: trebuchet ms, tahoma, verdana, arial, helvetica;
  font-size: 12pt;
  margin-left: 0.5in;
  margin-right: 0.5in;
}

h1 {
  font-size: 2.0em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.17em;
}

h1, h2, h3 {
  font-style: bolder;
}

a:link {
  color: #800000;
  text-decoration: none;
}
a:visited {
  color: #800000;
  text-decoration: none;
}
a:hover {
  color: blue;
  text-decoration: none;
}


