/* Stylesheet für die Sven-Teuber-Seiten */
/* (c) Sven Teuber 2000 (sven@sven-teuber.de) */

/* Generelle Styles */

all		{ /* color: #468ce6; */
		  font-family: Comic Sans Ms, Verdana, Arial, Helvetica;
		  font-size: 9pt;
		}

body	{ background-color: #ffffff;
		  color: #000000;
		  font-family: Comic Sans Ms, Verdana, Arial, Helvetica;
		  font-size: 9pt;
		  text-decoration: none;
		  font-weight: normal;
		  font-style: normal;
		}

a:link	{ color: #444444; }

a:active { color: #cccccc; }

a:visited { color: #888888; }


b		{ font-weight: bold; }

b.gross { color: #000000; font-size: 12pt; font-weight: bold; }


/* Styles für Tabellen */


table	{ border-style: none;
		  border-width: 0px;
		}

td		{ font-family: Comic Sans Ms, Verdana, Arial, Helvetica;
		  font-size: 9pt;
		}
		
td.counter
		{ font-family: Comic Sans Ms, Verdana, Arial, Helvetica;
		  font-size: 8pt;
		  color: #cccccc;
		}
