 BODY   {background-color: #CED6FF;}

   #Layer1{
	position : absolute;
	width : 145px;
	height : 20px;
	z-index : auto;
	left : 4px;
	top : 1px;
}

   .item          {
	color: white;
	font-weight: normal;
	font-family: sans-serif;
	font-size: 9.0pt;
	background-color: Blue;
}  
   A.item:link    {
	text-decoration : none;
	font-weight: normal;
	color : white;
	display : block;
}
  A.item:visited    {
	text-decoration : none;
	color : white;
	font-weight: normal;
	display : block;
}
   A.item:hover {
	font-weight: bold;
	text-decoration: none;
	color: white;
	display : block;
	background-color : Red;
}
.medium {
	font-family : sans-serif;
	font-size: 13px;
	font-weight: normal;
	color:blue;
}
.small {
	font-family: sans-serif;
	font-size: 11px;
	color: blue;
	font-weight: normal;
}                        