body { 
	background: #404040;
	color: #f0f0f0
}

h1,h2,h3,h4,h5,h6 {
	color: #f0f0e0
}

typ1 {
	font-size: 16pt; 
	color: #ff0000
}

font.lyl {	/*Light Yellow Link*/
	text-decoration:none;
	color: #f0f0c0
}

font.df {	/*Dark Font*/
	text-decoration:none;
	color: #202020
}

font.datum {
	text-align: right;
	font-size: 10pt;
	font-weight: bold; 
	text-decoration: none;
	color: #40a0a0
}

font.nick {
	text-align: left;
	font-size: 16pt;
	font-weight: bold; 
	text-decoration: none;
	color: #20a0c0
}

td.datum {
	text-align: right;
	color: #000000;
	background: #408080;	
	width: 40%
	
}

td.nick {
	text-align: left;
	color: #000000;
	background: #2080a0;	
	width: 40%
	
}
td.mezo {
	text-align: left;
	color: #000000;
	background: #a0a0a0;	
	width: 100%
	
}
td.empt {
	text-align: center;
	color: #404040;
	background: #404040;	
	width: 20%
	
}


td.b {
	align: center;
	valign: middle;
	width: 200
	
}

a:link {
	font-size: 12pt; 
	text-decoration:none;
	color: #20a0f0
}

a:visited {
	font-size: 12pt;
	text-decoration: none;
	color: #0080f0
}