/* Start.CSS-Datei fuer Lupo-Software */
/* Beispiel-Angaben fuer Randabstand und Hintergrundfarbe */

body, input, select { 	
	font-family: "Verdana";
	margin:0px;
	font-size:8pt;
	background-color: #D7D7D7;
}

td { 	
	font-family: "Verdana";
	margin:0px;
	font-size:8pt;
}


form  {
	width: 43em;
	font-size: 1em;
	line-height: 120%;
	margin: 1em;
}

A
	{
	text-decoration: none;
	}

.modern {
	font-family     : "Verdana";
	margin          : 0px;
	font-size       : 10pt;
	background-color: #D7D7D7;
	}

.sub	{
	font-family     : "Verdana";
	margin          : 0px;
	font-size       : 8pt;
	background-color: #D7D7D7;
	}

.submit, .reset { 
	background: #dede99;
        border: 3px double #006699;
 }