body {
        font-family:"Lithograph Bold",Lithograph,Helvetica,Arial,Verdana,Tahoma;
        background-color:#ffcc99;

        background-image : url(Bohne.gif);
        background-position : right;
        background-repeat : repeat-y;
}


H1,H2,H3,H4,H5 {
        font-family: "Lithograph Bold",Lithograph,Tahoma,Helvetica,Arial,Verdana;
        text-align:center;
}

P,UL,OL,LI,DIV,TD,TH,Address,NOBR,form {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
B {
        font-family: inherit;
}
I {
        font-family: inherit;
}

A:link {
        text-decoration:none;
        font-family: inherit;
        color:#0000FF;
}
A:visited {
        text-decoration:none;
        font-family: inherit;
        color:#0050A0;
}
A:active {
         text-decoration:none;
         color:#9000E0;
         }
A:hover {
	text-decoration:none;
	color: Red;
}
