
BODY	{ font-family: Arial, Helvetica,sans-serif ; 
	font-size:14px; 
	color: rgb(70,70,70); 
	background-color: white; 
	scroll="auto"; 
	SCROLLBAR-FACE-COLOR: #FFFF00; 
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF; 
	SCROLLBAR-SHADOW-COLOR: #006600; 
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; 
	SCROLLBAR-ARROW-COLOR: #CC3300; 
	SCROLLBAR-TRACK-COLOR: #FFFFFF; 
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;}

p	{margin-bottom:0px;}

A:link	{ color: green; text-decoration: none;} 
A:visited	{ color: green; text-decoration: none;} 
A:hover   	{ color: yellow; text-decoration: none;} 
A:active	{ color: red; text-decoration: none;} 


H1	{ color: green; font-size=16px;}

.code	{ font-family: "Courier New", Courier, monospace; 
	font-size: larger; }

#xyz987	{ color: #FF0000; 
	background-color: #FFFFFF; }



BODY	{ font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;

ul	{ padding: 0;
  	margin: 0;
  	list-style: none; }

li	{ float: left;
  	position: relative;
  	width: 10em; }

li ul 	{ display: none;
  	position: absolute; 
  	top: 1em;
  	left: 0; }

li > ul	{ top: auto;
	left: auto; }

li:hover ul, li.over ul	{ display: block; 
	clear: left;}

