/* 
white.css - Standard css-Definitionen 
Muss im Unterordner "scripts" des www-Verzeichnisses liegen.
Einbindung ins HTML-file über: <link rel="stylesheet" type="text/css" href="/~fruit/scripts/default.css">

*/


A {
	font-weight : bold;
	text-decoration : none;
	color: black;
	
}

A:hover { text-decoration : underline ; }

A.url {
	font-weight : normal;
	text-decoration : none;
	color: black;
	font-size : 12px;
	font-family : courier,typewriter,monospaced;
}


BODY,P,DIV,TD,LI,UL {
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
}

DIV.copyright { /* Abstand zwischen Seitencontent bzw. morePages (falls vorhanden und copyright */
	margin-top : 15;
	font-size : 9px;
	font-weight : normal;
}

DIV.header { /* Positioning für Überschriften */
	margin-top : 20;
	margin-bottom : 12;		
	color : black;
}

.head { /* fetter Text für Headlines */
	font-size : 18px;
	font-weight : bold;
}



/* (C) 2001 Oliver Obst */

