

body {
 overflow : hidden;
}
h1      { font-family: Arial, Helvetica;
          font-size: 11pt; color:#00008b;
          text-align: center;
          background-color: #eeeeee;
          border:thin solid #00008b;

        }

h2      { font-family: Arial, Helvetica;
          font-size: 9pt; color: #00008b;
          text-align: left; padding: 10px
        }

h3      { font-family: Arial, Helvetica;
          font-size: 10pt; color: #c00000;
          text-align:left; margin-left: 1.2cm;
          margin-top: 0.5cm
        }

 a:link { text-decoration:none; color:#00008b}
 a:visited { text-decoration:none; color:#00008b}
 a:hover { text-decoration:none; color:#fcfcfe; background-color:#00008b;}
 a:active { text-decoration:none; color:#00008b; background-color:#fcfcfe;outline:0;
}
a:focus {
outline:0;
}

p       { font-family: Arial, Helvetica;  
          font-size: 10pt; color: #111111;
          text-align: left; margin-left: 0.5cm;padding-left:5;
          text-decoration:none;
        }

#back   { position:absolute; top:150;
          left: 250; width:800; height:400;
          background-color:#eeeeee;
          layer-background-color:#00008b;
          clip: rect(0, 820, 370,0); z-index: 0;
        }

#button { position:absolute;
          top:110; left:880;
          width:189; height:63
        }

        strong {font-weight:bold;}

em {font-style:italic;}