h1
{
  font: 24pt Arial;
}

h2
{
  font: 22pt Arial;
}

h3
{
  font: 20pt Arial;
}

h4
{
  font: 18pt Arial;
}

h5
{
  font: 14pt Arial;
}

h6
{
  font: 12pt Arial;
}

p
{
  font: 10pt Arial;
}

a:link
{
   color: white;
   text-decoration: none;
}

a:visited
{
   color: white;
   text-decoration: none;

}

a:active
{
   color: red;
   text-decoration: none;
}

a:hover
{
   color: red;
   text-decoration: none;
}
