body { font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans Mono", Helvetica, sans-serif;  font-size: 10pt;  font-style: normal; 
background:#5794AA;
 }
td { font-size: 10pt; }
h1 { 
font-size: 24pt; text-align:center; 
/* Nothing for IE or Opera, but I don't care. */
margin:0 0 0 0;
align:center;

}

h1 a { text-decoration: none; color:black; }
h1 a:hover { text-decoration: underline; color:#000051; }

h2 { font-size: 14pt;  font-weight: bold; margin-top:0;  }
.s { font-size: 7pt;  }
.t { font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans Mono", Helvetica, sans-serif;  font-size: 10pt;  font-style: normal; }
h1.yellow {
        border: 1px solid #000000;
        padding: 4px 4px 4px 4px;
        text-align: center;
        background-color: #FFFF99;
        font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans Mono", Helvetica, sans-serif;
        font-size: 16pt;
        font-weight: bold;
}

div.centralcontainer {
text-align: center;
}

div.rounded {
-moz-border-radius: 5px;  /* For Firefox */
border-radius: 5px;  /* CSS3 */
-webkit-border-top-right-radius: 5px; /* Safari, Chrome and other webkit-based browsers */
-khtml-border-radius: 5px; /* Konqueror and other khtml-based browsers */
/* Nothing for IE or Opera, but I don't care. */
background:white;
padding:15 15 15 15;
margin-top:20px;
margin-left: auto;
margin-right: auto;
text-align:left;
width:70%;
}
