/* diese Datei dient als Vorlage für alle Dokumente 
   Um sie einzubinden, muß ein HTML-Dokument folgende 
   Zeile im Header enthalten:

    <LINK HREF="mayer.css" TYPE="text/css" REL="stylesheet">

*/

BODY
{
     background-image:url(http://sven.mayer.net/background.gif);
  font-family: sans-serif;
  background-color: #ffffff;
}

P
{
  align=justify
}

H1
{  
  font-size:  200%;
  font-weight:  100;
}  
    
H2
{  
  font-size:  150%;
  font-weight:  600;
}
  
H3
{  
  font-size:  130%;
  font-weight:  500;
}

H4
{  
  font-size:  115%;
  font-weight:  400;
}

SMALL
{
  font-size: 75%;
  font-weigth: 900;
}

B
{
  font-weigth: bold;
}

I
{
  font-style: italic;
}

TT, PRE
{
  font-family: monospace;
}

A:link, A:active, A:visited
{
  text-decoration: none;
}

A:active
{
  color: gray;
}

A:hover
{
  color: red;
}

TD
{
  font-family: sans-serif;
  text-decoration: none;
}

.bodytext
{
  font-family: sans-serif;
}
