body {
	background-color:rgb(172, 125, 0); 
	background-image:url(myspace/dl_logo_gr.jpg); 
	background-position:Center Center; 
	background-attachment:fixed; 
	background-repeat:no-repeat; 
}

.normal {
	font-family: Verdana, "Courier New", Courier, monospace;
	font-weight: bold;
}

.klein {
font-size: small; 
font-weight: bold;
font-family: Verdana, "Courier New", Courier, monospace; 
}

.mittel {
font-size: x-large; 
font-weight: bold;
font-family: Verdana, "Courier New", Courier, monospace; 
}

.gross {
	font-family: Verdana, "Courier New", Courier, monospace;
	font-size: xx-large;
	font-weight: bold;
}

A  {
        color : rgb(250, 200, 0);
        text-decoration : none;
        font-family: Verdana, Courier;
        font-size : 12pt;
		font-weight: bold;
}

A:Visited  {
        color : rgb(250, 200, 0);
        text-decoration : none;
        font-family: Verdana, Courier;
        font-size : 12pt;
		font-weight: bold;
}

A:Active  {
        text-decoration : none;
        color : rgb(250, 200, 0);
        font-family: Verdana, Courier;
        font-size : 12pt;
		font-weight: bold;
}

A:Hover  {
        text-decoration : underline;
        color : rgb(250, 200, 0);
        font-family: Verdana, Courier;
        font-size : 12pt;
		font-weight: bold;
} 
