   p.one 
   {
	border-top: medium solid #ADD2D3
   }
   h1
   {
	font: bold 22px Arial;
	color:#116699;
	line-height: 100%;
   }
   a.resized_:hover {background: #D1D1E9}
   <!----- horizontal menu "mymenu" ----->
   ul.none ul
   {
	margin-left: 0px;
	float:none;
	width: 100%;
	padding: 0;
	margin: 0px;
	list-style-type: none;
   }


   ul.disc ul
   {
	list-style-type: cirlce;
   }

   a.download_
   {
	text-indent: 0em;
	float:none;
	width: 200px;
	text-decoration:none;
	color:000066;
	background-color:D0D0D0 ;
	font: bold 12px Arial;
	padding: 0px 1px 0px 1px;
	border:1px solid blue;
   }
   a.download_:hover
   {
	color:660066;
	background-color: white;
	text-decoration: none;
	border: 1px solid black; 
   }

   a.mymenu
   {
	text-indent: 0em;
	float:left;
	width: 115px;
	text-decoration:none;
	color:#ffe;
	background-color:A0A0A0 ;
	font: bold 12px Arial;
	padding: 0px 0px 0px 0px;
	border-top:6px solid white;
   }
   a.mymenu:hover
   {
	border-top:6px solid #5F9EA0;
	background-color:000066;
	color:#ffe;
   }
   li.my_ 
   {
	display: inline  ;
	margin: 0px;
   }
   img.myimg
   {
	// filter:alpha(opacity=40);
        filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
        filter: gray; /* IE6-9 */
        -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity:0.4;
   }

   a.full_:hover img
   {
      filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
      -webkit-filter: grayscale(0);
      -moz-opacity: 1.0;
      -khtml-opacity: 1.0;
      opacity: 1.0;
      // border: 0px solid #aaaaaa;
      position:relative;
      left: -2px;
      bottom: 2px;
   }
