BODY {
  background-color: #F8F1E1;
  font-family: Arial, Helvetica, sans-serif;
  color: #000080;
  margin-right: 40px;
  background-image: url(paper102.jpg);
}

P {
  font-size: 12pt;
  color: black;
  font-family: Arial, helvetica, sans-serif;
}

P.11pt {
  font-size: 11pt;
  color: black;
  font-family: Arial, helvetica, sans-serif;
}

P.smaller {
  color: #0000A0;
  font-size: 10pt;
  font-family: Arial, helvetica, sans-serif;
}

P.bigger {
  color: #0000A0;
  font-size: 14pt;
  font-family: Arial, helvetica, sans-serif;
}

P.heading {
  text-align: center;
  color: #0000A0;
  font-size: 18pt;
  font-family: Arial, helvetica, sans-serif;
}

H5 {
  color: darkblue;
  font-size: 24pt;
}

A:link {
  color: #0000FF;
}

A:visited {
  color: #800080;
}

A:hover {
  color: #006400;
}

A:active {
  color: #FF0000;
}
a.yellow:link 
{color: #ffff00; 
background: #0000ff; 
font-weight: bold;
}

a.yellow:active {
color: #ffff00; 
background: darkblue; 
font-weight: bold;
}

a.yellow:visited {
color: #ffff00; 
background: darkblue; 
font-weight: bold;
}

a.yellow:hover {
color: #ffff00; 
background: darkblue; 
font-weight: bolder;
}
a.blue:link {color: #0000ff; background: #ffffff; font-weight: bold;}
a.blue:active {color: #0000ff; background: #ffffff; font-weight: bold;}
a.blue:visited {color: #0000ff; background: #ffffff; font-weight: bold;}
a.blue:hover {color: #0000ff; background: #ffffff; font-weight: bolder;}


