* {
    padding: 0;
    margin: 0;
}

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

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

h1, h2 {
    color: #222222;
}

h1 {
    font-size: 27px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 18px;
}

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

h3, h4 {
    font-size: 12px;
    color: #222222;
    margin-bottom: -18px;
}

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

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

ul {
    list-style: circle inside;
}

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

blockquote p {
    margin: 0;
}

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

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; width:115px }
table#calendar td.exam { background-color:#ffff99 }
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}
