body
{
  font-family:      sans-serif;
  margin-top:       50px;
  margin-bottom:    50px;
  margin-left:      50px;
  margin-right:     50px;
  background-color: white;
}

h1
{
  font-family:      verdana;
  font-size:        30px;
  line-height:      40px;
  padding-top:      0px;
  padding-bottom:   0px;
  margin-top:       0px;
  margin-bottom:    0px;
}

h2
{
  font-family:      verdana;
  font-size:        24px;
  line-height:      34px;
  padding-top:      0px;
  padding-bottom:   0px;
  margin-top:       0px;
  margin-bottom:    0px;
}

h3
{
  font-family:      verdana;
  font-size:        18px;
  line-height:      40px;
  padding-top:      0px;
  padding-bottom:   0px;
  margin-top:       0px;
  margin-bottom:    0px;
}

p.footer
{
  font-family:      verdana;
  font-size:        9px;
  padding-top:      10px;
  padding-bottom:   10px;
  border-top:       1px;
  border-bottom:    0px;
  border-left:      0px;
  border-right:     0px;
  border-style:     none;
  border-color:     black;
}

p.error
{
  font-weight: bold;
  color:       red;
}

a
{
  font-size:       sans-serif;
  text-decoration: none;
  color:           blue;
}

a:visited
{
  font-size:       sans-serif;
  text-decoration: none;
  color:           blue;
}

a:hover
{
  font-size:       sans-serif;
  text-decoration: underline;
  color:           red;
}

a.footer
{
  font-size:       verdana;
  text-decoration: none;
  color:           #800080;
}

a.footer:visited
{
  font-size:       verdana;
  text-decoration: none;
  color:           #800080;
}

a.footer:hover
{
  font-size:       verdana;
  text-decoration: underline;
  color:           red;
}
