﻿    body
{
  font-family: "Times New Roman";
  color: MediumBlue;
  background-color: #FEFFD2;
}

p
{
  font-family: "Times New Roman"
 color: MediumBlue;
  font-size: 12pt
}

a:link
{
  color: Blue
}

a:visited
{
  color: Purple
}

a:active
{
  color: Red
}

a:hover
{
  color: Green
}

h1
{
  font-family: "Times New Roman"
  color: MediumBlue;
  font-size: large;
  font-weight: bold;
  text-align: center;
}

h2
{
  font-family: "Times New Roman"
  color: MediumBlue;
  font-size: medium;
  font-weight: bold;
  text-align: center;
}



th
{
  font-family: "Times New Roman"
  color: MediumBlue;
  font-weight: bold;
  font-size: 12pt;
  text-decoration: underline
}

td
{
  font-family: "Times New Roman"
  color: MediumBlue;
  font-size: larger
}

blockquote
{
  font-family: "Times New Roman"
 color: MediumBlue;
 font-size: 12pt
}
div.c3 {border: thin dashed #808000;background-color:  #D68800}
 p.c2 {font-size: x-small; text-align: left}
 p.c1 {text-align: left}

