BODY, P, TD, A, H1, H2, H3 { font-family: Arial ; Helvetica ; Times ; }
BODY, P, TD, A, H1, H2, H3 { color: #110055 ; }
BODY, P, TD, A { font-size: 18px ; }
BODY { height: 8.5in ; }

A { text-decoration: none ; }

A:link    { color : #3366CC ; }

A:hover   { color : #ffffff ; background : #0066cc ; text-decoration : underline ; }
A:active  { color : #330066 ; }
A:visited { color : #000066 ; }

A:active IMG { border: inset ; }

      #header {
        position: fixed;
        width: 100%;
        height: 18%;
        top: 0;
        right: 0;
        bottom: auto;
        left: 1em;
      }
      #sidebar {
        position: fixed;
        width: 20em;
        height: auto;
        top: 15%;
        right: auto;
        bottom: 100px;
        left: 1em;
      }
      #main {
        position: fixed;
        width: auto;
        height: auto;
        top: 15%;
        right: 0;
        bottom: 100px;
        left: 20em;
      }
      #footer {
        position: fixed;
        width: 100%;
        height: 100px;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
      }

