html {
    background-image: url('/img/bg.png');
    background-color: #020b88;
    background-repeat: repeat-x;

}

body {
    color: #fff;
    margin: 0 auto;
    padding: 1em 0;
    width: 40em;
}

h1, h2, a {
    font-family: Arial;
    letter-spacing: -.03125em;
    text-shadow: #444 0px 1px 0px
}

h1 {
    font-size: 5em;
}

h2 {
    font-size: 2.5em;
}

a { text-decoration: underline }

a.important {
    background-color: #fff;
    color: #020b88;
    padding: 1px 3px;
    text-shadow: none;
}

a:hover { text-decoration: none }

table {
    border-collapse: collapse
}

table, p {
    font-family: Arial;
    font-size: .85em;
    line-height: 1.25em;
    margin: 1em 0 0 0;
}

th, td {
    vertical-align: top
}

th {
    text-align: left;
    width: 100px;
}
