/* CSS definition file containing sitestyle stylesheets */
BODY { font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; color: rgb(255,255,255); background-color: rgb(0,0,0);}
 A:active { color: rgb(204,204,204);}
 A:link { color: rgb(204,204,204);}
 A:hover {
	color: Aqua;
}
 A:visited {
	color: Green;
}
 .TextObject { font-family: Arial, Helvetica, Univers, 'Zurich BT', sans-serif; color: rgb(255,255,255);}
 P { font-family: 'OCR A Extended', monospace; font-size: x-small; color: rgb(255,255,255);}
 