body {
    font-family: tahoma,arial,times new roman;
    font-size: 11;
    margin: 0;
    padding: 0em;
    min-width: 40em;
    background: rgb(122,170,215);
}


a {
    text-decoration: none;
    color: #000000;
}

a:hover {
    text-decoration: underline;
    color: #000000;
}



h1 {
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    margin: 5;
}

h2 {
    margin: 20 0 0 0;
    font-size: 20;
    font-weight: bold;
    clear: both;
}

