L1 {
    font-size: 12px;
	color: blue;
	line-height: 18px;
	font-family: BahamasHeavy;
	}

L2  {
    font-size: 12px;
	color: blue;
	line-height: 18px;
	font-family: Century Gothic;
	}


body {
    font-size: 11px;
	color: #000000;
	line-height: 21px;
	font-family: Verdana,Arial,Helvetica;
  }

h1
{
font-size: 14px;
color: #000000;
line-height: 20px;
font-family: Verdana,Arial,Helvetica;
}

h2
{
font-size: 12px;
color: #000000;
line-height: 18px;
font-family: Verdana,Arial,Helvetica;
}
  ul#Navigation {
    margin: 0.4em; padding: 0.2em;
    text-align: center;
    border: 0px solid black;
    background-color: #FF0000;
  }
  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0.4em; padding: 0;
  }

  ul#Navigation a, ul#Navigation span {
    padding: 0.2em 1em;
    text-decoration: none; text-color: #ffffff;
    border: 0px solid black;
    border-left-color: maroon; border-top-color: white;
    color: #ffffff; background-color: #ff0000;
  }
  * html ul#Navigation a, * html ul#Navigation span {
    width: 1em;    /* nur fuer IE 5.0x erforderlich */
    w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
  }
  ul#Navigation a:hover, ul#Navigation span {
    border-color: white;
    border-left-color: maroon; border-top-color: white;
    color: #FFFFFF; background-color: #FF4040;
  }


