* {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial,
    Helvetica, sans-serif;
    color: #222222;
    line-height: 18px;
}

#wrapper {
    max-width: 560px;
    margin: 0px auto 0px auto;
    padding: 18px;
    /* background: url(baseline-18px.gif); */
}

h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom:3px;
}

h2 {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 15px
}

h3, h4 {
    font-size: 12px;
}

h4 {
    font-weight: normal;
    font-style: italic;
}

p, ul, dl, table {
    font-size: 12px;
    margin: 0 0 18px 0;
}

dt { line-height:0px }

dd { margin-bottom:18px }

ul {
    list-style: circle inside;
    padding-left: 1em;
    text-indent: -1em;
}

blockquote {
    font-weight: bold;
    padding: 0 100px;
}

blockquote p {
    margin: 0;
}

cite {
    text-align: right;
    display: block;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

table#calendar {text-align: center; border-collapse: collapse}
table#calendar td {
    border-style: solid;
    border-width: 1px;
    border-color: black;
    width: 100px;
    height: 60px;
    vertical-align: baseline;
    background-color: #cccccc
}
table#calendar td.lecture { background-color:#ccffcc }
table#calendar td.discussion { background-color:#ffffcc }
table#calendar td.exam { background-color:#ff9999 }
table#calendar td.quiz { background-color:#ffcc66 }
table#calendar td.holiday { background-color:#ccccff }

table#courseinfo td { vertical-align: baseline; width: 275px }

table#grades {
    border-style: solid;
    border-color: black;
    border-width: 1px;
    margin-left: auto;
    margin-right:auto
}
table#grades td { text-align: center; width: 40px }

a:link {color: #666666; text-decoration: none; font-weight: bold}
a:hover {color: #999999; text-decoration: none; font-weight: bold}
a:visited {color: #666666; text-decoration: none; font-weight: bold}
a:visited:hover {color: #999999; text-decoration: none; font-weight: bold}
