
body{
    font-family: sunsans-regular, swiss, geneva, helvetica, arial, sans-serif;
    color: #000000;
    background: #FFFFFF;
    background-color: #FFFFFF;
    background-image: none;
    font-size: 100%;
}

p {
    font-size: 0.8em;
}

h2 {
    margin: 0px;
    font-size: 1.2em;
}

h3 {
    margin-top: 1em;
    margin-bottom: 0;
    font-size: 1em;
    font-weight: normal;
}

h4 {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1em;
    font-weight: bold;
}

.state {
    font-weight: normal;
}

/*
.smaller {
    font-size: 0.8em;
}
*/
.bigger {
    font-size: 1.0em;
}

.schedule {
    font-size: 0.8em;
    vertical-align: top;
}

.heading {
    font-weight: bold;
    text-align: right;
    vertical-align: top;
}

.right {
    text-align: right;
}

.nav {
    font-size: 0.8em;
}

.quote {
    border: 2px solid #87CEEB;
    padding: 1em;
    margin-top: 2em;
}

.cite {
    text-align: right;
    margin-bottom: 0;
}

