body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    background: #E0DAA7;
    color: #505050;
    border: 0px;
    margin: 0px;
}

h1 {
    font-size: 20pt;
}

table,td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #505050;
    border-color: #505050;
}

th {
    background: #d0ca97;
}

a {
    color: #303030;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #606060;
}

input, textarea, select {
    background: #f0eab7;
    border: solid 1px #d0ca97;
    font-size: 9pt;
}

.bigger {
    font-size: 12pt;
}

.smaller {
    font-size: 8pt;
}

