body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 620px;
    background: #88AA88;
    color: #FFFFFF;
    font-size: 13px;
}
h1, h2 {
    margin: 25px 0 20px 20px;
    width: 590px;
    padding: 5px;
    color: #0A0A0A;
    background: #FFFFFF;
}
h1 {
    font-size: 20px;
    text-align: center;
}
h2 {
    font-size: 15px;
}
p {
    width: 590px;
    margin: 20px;
    padding: 0 5px 0 5px;
    text-align: justify;
}
ol.semlist {
    list-style-type: upper-roman;
    color: #006600;
    margin-left: 40px;
    padding-left: 5px;
}
.important {
    font-weight: bold;
    color: #FFFF00;
}
.date {
    font-weight: bold;
    color: #F0F0F0;
}
.topic {
    font-weight: normal;
    color: white;
    margin-top: 3px;
}
.venue {
    font-weight: bold;
    color: #CCCCCC;
}

li.lecture {
    padding-bottom: 10px;
    padding-top: 10px;
}
li.topics {
    padding-bottom: 10px;
    padding-top: 10px;
}
ol.leclist {
    color: #F0F0F0;
    margin-left: 40px;
    padding-left: 5px;
}
ul.topics {
    padding-left: 70px;
    list-style-type: square;
    color: #F0F0F0;
    font-weight: bold;
}

ol.tutlist {
    color: #FFFF00;
    margin-left: 40px;
    padding-left: 5px;
    list-style-type: upper-roman;
}
a:visited {
    background-color: transparent;
    text-decoration: none;
    font-weight: bold;
    color: white;
}    
a:link { 
    background-color: transparent;
    text-decoration: none;
    font-weight: bold;
    color: white;
}
a:hover {
    background-color: transparent;
    text-decoration: underline;
    color: white;
}
a[target] {
    background: url(newframe.png) right no-repeat;
    padding-right: 20px;
}
ul.reflist {
    list-style-type: none;
 }
.pub {
    margin-bottom: 1em;
    width: 580px;
}
.journal {
    font-style: italic;
}
.volume {
    font-weight: bold;
}
.authors {
    font-style: normal;
    font-weight: normal;
}
.title {
    font-weight: bold;
}
.comments {
    color: #FFFFFF;
    text-align: justify;
    width: 580px;
}
.bottom {
    clear: both;
    font-size: 9px;
    margin: 30px 0 0 20px;
    padding: 5px;
    color: #000033;
    background: #FFFFFF;
}
