h1
{
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
  margin-top: 5px;
}

h2
{
  font-size: 17px;
  font-weight: bold;
}

h3
{
  font-size: 13px;
  font-weight: bold;
}

p
{
  font-size: 13px;
  font-weight: normal;
}

a:link
{
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}

a:visited
{
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}

a:hover
{
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
  color: #999999;
}

a:active
{
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
  color: #FACC01;
}