      BODY {
           background-color : #ccc;
           font-family : verdana;
           font-size : 10px;
	   color : #366a80;
           text-transform : none;
           font-weight : normal;
      }
     INPUT, TEXTAREA, SELECT, OPTION {
           font-family : verdana;
           padding : 2px;
           color : #1f9467;
           background-color : #6fd4ad;
           border : 1px solid #42ab83;
           font-size : 10px;
           text-transform : none;
           font-weight : normal;
      }
     .head {
           text-align : left;
           font-family : georgia;
           font-size : 26px;
           color : #abe6ff;
           font-weight : bold;
           padding : 0px;
           border-bottom : 4px solid #053e56;
           letter-spacing : -1px;
           text-transform : none;
      }
     .MENU {
           font-style : normal;
           font-size : 10px;
           font-family : verdana;
           color : #3386ae;
           margin : 10px;
           letter-spacing : 0px;
           text-transform : none;
           font-weight : normal;
           background-color : #3ec6ff;
           border: 1px dotted #0594cf;
      }
     a:link {
           text-decoration : none;
           font-size : 10px;
           font-weight : bold;
           font-family : verdana;
           color : #2c5a75;
      }
     a:visited {
           text-decoration : none;
           font-size : 10px;
           font-weight : bold;
           font-family : verdana;
           color : #2c5a75;
      }
     a:active {
           text-decoration : none;
           font-size : 10px;
           font-weight : bold;
           font-family : verdana;
           color : #2c5a75;
      }
     a:hover {
           text-decoration : underline;
           font-size : 10px;
           font-weight : bold;
           font-family : verdana;
           color : #00b4ff;
           border-bottom : 0px dotted #000;
           border-top : 0px solid #000;
	   background-color: #fff;
      }
     b {
           color : #567d2f;
      }
     u {
           color : #acf562;
      }
     i {
           color : #ffffff;

}