/* CSS-Definitionsdatei, die die globale Stylesheets enthält */
BODY
        {
		  font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif;
		  
		  background-image: url(083767mg1.jpg);


        }
P  {
        font-family: Arial,Helvetica,Geneva,Sans-serif,sans-serif;
        font-size: 12px;
        }
img { border: 0px; }

A:active { color: rgb(255,0,0);}
A:link { color: rgb(0,51,204);}
A:visited { color: rgb(153,0,153);}
A:hover { color: rgb(255,50,50);}


.dwh {
        width : 400px;
        text-align : center;
        color : Black;
        background-color : White;
        position : absolute;
        top : 1ex;
        left : 1ex;
        visibility : hidden;
}