BODY {
	background-color: Black;
}
A {
	color: Green;
	text-decoration: none;
}
A:HOVER {
	color: #00E100;
	text-decoration: none;
}
SPAN.new {
	color : Red;
	font : normal monospace;
	font-family : "Courier New";
	font-size : 8pt;
	overflow : scroll;
}
SPAN.update {
	color : #FF9C31;
	font : normal monospace;
	font-family : "Courier New";
	font-size : 8pt;
	overflow : scroll;
}				
PRE.norm {
	font : normal 8pt "Courier New";
	color : Black;
	overflow : scroll;
}
SPAN.menu {
	color : White;
	font-size : 8pt;
	background-color : #999999;
	padding-left : 2px;
	padding-right : 2px;
	font-family : "Courier New";
	overflow : scroll;
}
td.ogl{
	color: Black;
	font-family: Tahoma;
	font-size: 7 pt;
	overflow : scroll;
}
A.ogl {
	color: Green;
	text-decoration: underline;
}

A:HOVER.ogl {
	color: #00E100;
	text-decoration: underline;
}

.died {  border: #000000; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}

