body
{
  font-family: Arial, Helvetica;
  color: Black;
  background-color: White;
}

p
{
  font-family: Arial, Helvetica;
  color: Black;
  font: small
}

a:link
{
  color: Blue
}

a:visited
{
  color: Purple
}

a:active
{
  color: Red
}

a:hover
{
  color: Red
}

h1
{
  font-family: Arial;
  color: Black;
  font: normal;
  font-size: large
}

h2
{
  font-family: Arial;
  color: Black;
  font: normal;
  font-size: small;
  font-weight: normal
}

h3
{
  font-family: Arial;
  color: Black;
  font: normal;
  font-size: small;
  font-weight: bold
}

h4
{
  font-family: "Times New Roman", Times, serif;
  color: 99ccff;
  font: normal;
  font-size: xx-large
}

h5
{
  font-family: Arial, Helvetica;
  color: Black;
}

h6
{
  font-family: Arial, Helvetica;
  color: Black;
}

td
{
	font-family: Arial;
	color: Black;
	font: normal;
	font-size: small;
	font-weight: normal;
	padding-left: 5px;
}

blockquote
{
  font-family: Arial, Helvetica;
  color: Black;
}
