/* CSS Document */
body
{
margin:10px;
background-color:#FFFFFF;
}
h1
{
font-size:24pt;
font-family:Helvetica,Verdana,Arial;
font-weight:bold;
color:black;
}
h2
{
font-size:18pt;
font-family:Helvetica,Verdana,Arial;
font-weight:bold;
color:black;
}
h3
{
font-size:14pt;
font-family:Helvetica,Verdana,Arial;
font-weight:normal;
color:red;
}
h4
{
font-size:14pt;
font-family:Helvetica,Verdana,Arial;
font-weight:bold;
color:black;
}
h5
{
font-size:12pt;
font-family:Helvetica,Verdana,Arial;
font-weight:bold;
color:black;
}
p
{
font-size:12pt;
font-family:Helvetica,Verdana,Arial;
font-weight:normal;
color:black;
}
/* Beispiel-Angabe fuer Links ohne Unterstreichung */
a
{
font-size:12pt;
font-family:Helvetica,Verdana,Arial;
font-weight:bold;
text-decoration: none;
}
n
{
font-size:12pt;
font-family:Helvetica,Verdana,Arial;
font-weight:normal;
color:black;
}
z
{
font-size:14pt;
font-family:Helvetica,Verdana,Arial;
font-weight:bold;
text-decoration: none;
color:red;
}


/* Beispiel-Angabe fuer Link-Farbe von Links */
A:link
{
color:#000000;
}

/* Beispiel-Angabe fuer Linkfarbe beim Ueberfahren mit der Maus (nur IE) */
A:hover
{
color:#FF0000;
}

/* Beispiel-Angabe fuer Link-Farbe von besuchten Links */
A:visited
{
color:#000066;
}