/* Verhalten von Links */
a:link { font-weight:bold; color:#408080; text-decoration:none }
a:visited { font-weight:bold; color:#408080; text-decoration:none }
a:hover { font-weight:bold; color:#000080; text-decoration:none }
a:active { font-weight:bold; color:#E00000; text-decoration:underline }
a:focus { font-weight:bold; color:#00E000; text-decoration:underline }


/* Hintergrundfarbe der Seiten */
body
{
background -color: #FDF9E8;
}


/* Schriftart und -Größe für die Texte in den Tabellen */
td
{
Font-Family: Garamond, Times, Serif;
font-size:11pt;
font-weight:700;
Color: #233032;
}