/* DATEI: formate.css */

/* legt die allgemeinen Formate für alle Seiten fest */

body
{
  background-color:#DFAF20;
}

a:link
{
  color:#FF0000;
  text-decoration:underline;
}

a:visited
{
  color:#FF0000;
  text-decoration:underline;
}

a:active
{
  color:#FF0000;
  text-decoration:none;
}

a.an
{
  text-decoration:none;
}

h1
{
  text-align:center;
  font-weight:bolder;
  line-height:25pt;
}

h2
{
  text-align:center;
  line-height:25pt;
}

h3
{
  text-align:left;
  line-height:15pt;
}

h4
{
  text-align:left;
  font-weight:bolder;
}
