/* Kommentare innerhalb eines Stylesheets (Mark Lobendank) */
/* Standard-Stylesheets von Mark Lobendank */

body,td,th {
font-family: Courier New, Courier, mono;
color: #FFFFFF;
background-color: #333333}

a:link {
color:#00FF00;
text-decoration: underline}
	
a:visited {
color:#99FF00;
text-decoration: underline}

a:hover {
text-decoration:bold; 
font-weight:bold; 
background-color:#666666}

a:active {
text-decoration:bold; 
font-weight:bold; 
background-color:#666666}

a:focus {
text-decoration: none;
font-weight:bold;
background-color:#787878}
	
.sehrklein_unsichtbar {
font-size: 9px;
color: #000000;}
	
.sehrklein_dunkel {
font-size: xx-small; 
color: #808080}
	
.klein {
font-size: x-small;
color: #999999}
	
.rotfett {
font-weight: bolb;
color: #FF0000}

.gross {
font-size: x-large}