body {
 height: 100%;
 margin: 0;
}

div#centered {
 position: absolute;
 top: 50%;
 left: 50%;
 width: 40em;
 height: 20em; 
 margin-left: -20em;
 margin-top: -10em;
 font-family: arial,sans-serif;
 text-align: center;
 font-size: 11pt;
}

div#centered2 {
 position: absolute;
 left: 50%;
 width: 40em;
 margin-left: -20em;
 margin-top: 10em;
 font-family: arial,sans-serif;
 text-align: center;
 font-size: 11pt;
}

.header { color: black; font-size: 9pt; font-weight: normal; 
          line-height: 9pt; margin: 0pt 30pt 30pt; font-family: monospace,serif;
          text-align: center; word-spacing: 2px; padding-bottom: 0; }

.header a { font-size: 9pt; font-weight: normal; line-height: 9pt; 
            text-align: center; }

.header a:link { color: black; text-decoration: none; }

.header a:visited { color: gray; text-decoration: none; }

.header a:hover { color: #cc0000; font-size: 9pt; font-weight: bold; 
                  line-height: 9pt; text-decoration: none; text-align: right; }

.header a:active { color: white; font-size: 9pt; font-weight: bold; 
                   line-height: 9pt;
                   text-decoration: none; text-align: center; }

.content { color: black; font-weight: normal; } 

.content a:link { color: black; }

.content a:visited { color: gray; }

.content a:hover { color: #cc0000; }

.content a:active { color: white; }
