body {
    text-align:center;
}

body, p, div, td, li {
    font-family: AppleGothic, Tahoma, Geneva, Verdana, sans-serif;
}

td {
    vertical-align: top;
}

a, a:link, a:visited, a:hover, a:active {
        color: blue;
        text-decoration: none;
	white-space: nowrap;
}

a:hover {
        text-decoration: underline;
}

.label {
    font-weight: bold;
    text-align: right;
}

.main {
    width: 800px;
    text-align: left;
    margin: 0px auto;
}

.footer {
    clear: both;
    text-align: center;
    font-size: small;
    padding-top: 40px;
    padding-bottom: 40px;
}