body {
    font-family: Bitstream Vera Sans Mono, Consolas, Lucida Console, monospace;
    font-size:12px;
    background: white;
    color: black;
}

h1, h2, .foot {
    font-family: Arial, Helvetica, sans-serif;
}

h1, h2 {
    font-size:20px;
    margin: 0;
    padding: 1.2em 0 0.8em 25px;
}

.foot {
    margin-left: 25px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table {
        margin: 0 0 0.8em 25px;
}

table, th {
        border-bottom: 1px #ccc solid;
}

th, td {
        text-align: left;
        padding: 0.2em 1.2em 0.4em 0;
}

th {
        font-weight: bold;
}

img {
	vertical-align: middle;
	border: 0;
}

