/* $Id: ZH_RGB.CSS $
   HTML 4.0 style sheet for XiaoTu general translator
   $Date: 2008.01.20 $  $Author: J D White $  $Website: http://www.XiaoTu.com $
*/
body {
   font-size: 1.5em;
   background: Black;
   color: White;
   lang: zh;
}

SPAN.noDefn{
   color: Red;
}

A{
		background: Black;
		color: 	White;
		font-style: Normal;
 	font-weight: Normal; 	text-decoration: none;
}
A:hover {
   color: Yellow;
   font-weight: Normal;
   text-decoration: none;
}
SPAN.footer {   font-size: 0.7em;}

