BODY{ 
    margin-top  : 10px;
    margin-left : 2%;
    margin-right: 2%;
    margin-bottom: 120px;
}
BODY,TH,TD{
     font-size  : 14px;
     font-family : 'MS ƒSƒVƒbƒN';
     font-weight : normal;
     line-height : 140%;
   letter-spacing:  1px;
}
FONT{
  cursor : nomal;
} 
A:link{ 
   cursor : n-resize;
text-decoration:none;
    color: #449988;
}
A:visited{
        cursor : e-resize;
text-decoration : none;
  color : #449988;
}
A:active{
         cursor : e-resize;
text-decoration : none;
          color : #ec9960;
}
A:hover { 
     position:relative; 
          top:1;
         left:2;
}


