    <STYLE TYPE="text/css">
        body{
           margin-left: 2em; 
        } 
        h1{font-weight:1000; text-shadow:#888 2px 2px 4px; font-size: 250%; margin-bottom: 1ex;  margin-top: 0ex; margin-left: 2% }
        h2{font-weight:800;  text-shadow:#999 2px 2px 3px; }
        h3{font-weight:600;  text-shadow:#999 1px 1px 3px; }
        div.one {
           background: #E0F5FF;
           border: 5px  gray;
           border-style: ridge;
           margin: 2px;
           border-color: blue;
           padding: 12px 12px 12px 12px;
           border-radius: 10px;
        }
        div.one:hover {
           background: 	#EAFEEA;
           border: 5px;
           border-style: ridge;
           border-color: green ;
           padding: 12px 12px 12px 12px;
           border-radius: 10px;
           text-shadow: 1px 1px 0px grey90;
           font-weight: bold;
        }
        li.one {
           margin: 16px;
           list-style-image: url('/icons/antenna_white.png') ;
        }
        li.one:hover {
           margin: 16px;
           list-style-image: url('/icons/antenna_blue.png') ;
        }
        a.fancy:hover {
             letter-spacing: -0.045em; cursor: point;
             font-size: 110%; 
             font-style: oblique; 
             font-weight: bold;
             border: thin dotted
        }
        a.box {
             border-style: dotted;
             border-width: 1px;
             border-color: #FFFFFF;
        }
        a.box:hover {
             border-style: thin dotted;
             background:   #E0FFFF;
        }
        .top-ex { margin-top: 1.0ex;}
        .bottom-nex     { margin-bottom: -1.0ex;}
        .bottom-two-nex { margin-bottom: -2.0ex;}
        img.bottom {vertical-align:text-bottom;}
    </STYLE>
