/* CSS Document */
body {
        font: 16px Verdana;
        min-width: 960px;
        text-align: center;
        background: white;
        color: white;       
} 
h1 {
        font-family: Verdana;
        font-size: 2em;
        font-weight: bold;
        color: black;
        text-align: center;
        text-shadow: 2px 2px 1px #0a294b;
}
h2 {
        font-family: Verdana;
        font-size: 3em;
        font-weight: bold;
        color: yellow;
        text-align: center;
        text-shadow: 2px 2px 1px #0a294b;
}
