

html, body {
    height: 100% ;
    min-height: 100% ;
    margin: 0px ;
}
  *  {
      font-family: arial ;
      font-size:   10pt ;
    }

.footer_style {
    color:     white ;
    font-size: 10pt  ;
    font-weight: bold ;    
}

span.footer_style   a:link {
    color: rgb(255,255,255) ;
    text-decoration: none ;
}
span.footer_style   a:visited {
    color: rgb(255,255,255) ;
    text-decoration: none ;
}
span.footer_style   a:hover {
    color: #00FFFF ;
    text-decoration: none ;
}

div#shareit {
    text-align:right;
    position:relative;
    right:20px;
    top:-20px;
}

.title_header {

      font-size:      12pt ;
      font-weight:    bold ;
      text-transform: uppercase ;

}
 