       body  { font-size : 10pt;
         font-family : Comic Sans MS;
         font-weight : normal;
         color :  #EF5E27;
         background-color : #ffffff
      }

      h1 { font-size : 18pt;
         font-family : Comic Sans MS;
         font-weight : bold;
         color :  #EF5E27;
         text-decoration : none
      }

      h2 { font-size : 12pt;
         font-family : Comic Sans MS;
         font-weight : normal;
         color : #ef5e27;
         text-decoration : none;
      }

      td { font-size : 10pt;
         font-family : Comic Sans MS;
         font-weight : normal;
         color : #ffffff;
         text-decoration : none;
      }

      p, ul, li, ol { font-size : 10pt;
         font-family : Comic Sans MS;
         font-weight : normal;
         color : #ffffff;
         text-decoration : none;
      }

      .big { font-size : 12pt;
      }

      .small { font-size : 9pt;
      }

      a:link { font-size : 10pt;
         font-family : Comic Sans MS;
         font-weight : normal;
         color : #ffffff;
         text-decoration : underline;
      }

      a:visited { font-size : 10pt;
         font-family : Comic Sans MS;
         font-weight : normal;
         color : #ffffff;
         text-decoration : underline;
      }

      a:hover { font-size : 10pt;
         font-family : Comic Sans MS;
         font-weight : normal;
         color : #ffffff;
         text-decoration : underline;
         background-color : #ff732f;
      }
       a.info {
         position:relative;
         border-bottom:0px dashed #ef5e27;
         text-decoration: none; 
         font-weight: normal;  
      }     
      a:hover.info {
         text-decoration: none;
         background: #ef5e27;
      }      
      a.info span {display: none;}
      a:hover.info span {
         display: inline;
         position: absolute; 
         top:1.1em;
         left:1.0em;
         z-index: 20;
         background: #FCE2C9;
         color: #000000;
         border:1px solid #334455;
         width:300px;
         text-align:left;
         font-weight:normal;
         font-size: 8 pt;
         line-height:100%;
         padding:4px
      }
      