
body {
  background-color: #FFFDAA;
}

h1 {
  font-family: "Times New Roman";
  font-size: 18pt;
  color: #FF0000;
  font-weight: bold;
}

h2 {
  font-family: Arial;
  font-size: 10pt;
  color: #015a39;
  font-weight: bold;
  text-decoration: underline;
}

h3 {
  font-family: Arial;
  font-size: 10pt;
  color: #FF0000;
  font-weight: bold;
  text-decoration: underline;
}

h4 {
  font-family: Arial;
  font-size: 10pt;
  color: #015a39;
  font-weight: bold;
  font-style: italic;
}

h5 {
  font-family: Arial;
  font-size: 7.5pt;
  color: #015a39;
  font-weight: lighter;
}

p {
  font-family: Arial;
  color: #015a39;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #0066FF;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0066FF;
}
