body {
    background-color: #ffffff;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    text-align: left;
    direction: ltr;
    margin-left: auto;
    margin-right: auto;
}

a {
    text-decoration: none;
    color: #E00000;
}

h1 {
    font-weight: bold;
    font-size: 140%;
}

a:hover {
    text-decoration: none;
    color: #800000;
}

table.membersclasses {
  border-spacing: 100px 5px;
}

table tr.even {
  background-color: #efd8b2;
}

table tr.odd {
  background-color: #ffffff;
}

table td {
    vertical-align: top;
}


/* Title bar */

#titlebar h1 {
    font-weight: normal;
    font-size: 180%;
    margin: 10px;
}

#titlebar img {
    float: right;
}

#titlebar h2 {
    font-weight: normal;
    font-size: 120%;
    margin: 10px;
}

#titlebar a {
    color: #000000;
}

/* Navigation bar */

#navigation {
    width: 100%;
    background-color: #efd8b2;
    border: 0px;
    padding: 0.4em;
    clear: both;
}

#navigation a {
    text-decoration: none;
    font-weight: bold;
    color: #000000;
}

#navigation a:hover {
    color: #800000;
}

#navigation ul {
    text-align: left;
    margin: 0px;
    list-style-type: none;
}

#navigation ul li {
    display: inline;
    margin: 0px 1em;
}

