body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 620px;
    color: #FFFFFF;
    background: #000000;
    font-size: 14px;
}
h1, h2 {
    font-family: Palatino, serif;
    margin: 25px 0 20px 5px;
    width: 620px;
    padding: 5px;
    color: #F5F5F5;
    background: #222222;
}
h1 {
    font-size: 24px;
    text-align: center;
}
h2 {
    font-size: 20px;
    text-align: right;
    margin: 25px 0 25px 5px;
}
p {
    width: 590px;
    margin: 20px;
    padding: 0 5px 0 5px;
    text-align: justify;
}
ol.semlist {
    font-weight: bold;
    color: #00FFFF;
    margin-left: 40px;
    padding-left: 5px;
    list-style-type: decimal-leading-zero;    
}
.important {
    font-weight: bold;
    color: #FFFF77;
}
.date {
    font-weight: bold;
    color: #FFFF66;
}
.unusualdate {
    font-weight: bold;
    font-style: italic;
    color: #009900;
}
.topic {
    font-weight: bold;
    font-style: italic;
    color: #FFFFFF;
}
.venue {
    font-weight: bold;
    color: #446666;
}

.speaker {
    font-weight: bold;
    color: #7F7F7F;
    margin-top: 3px;
}

.rule {
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 3px solid #DD99DD;
}    

li.lecture {
    padding-bottom: 10px;
    padding-top: 10px;
}
li.sheet {
    padding-bottom: 10px;
    padding-top: 10px;
}
li.tutorial {
    padding-bottom: 10px;
    padding-top: 10px;
}
ol.leclist {
    color: #FF0000;
    margin-left: 40px;
    padding-left: 5px;
}
ol.problist {
    color: #FF77FF;
    margin-left: 40px;
    padding-left: 5px;
    list-style-type: decimal-leading-zero;
    font-weight: bold;
}
ol.tutlist {
    color: #77FF00;
    margin-left: 40px;
    padding-left: 5px;
    list-style-type: decimal-leading-zero;
    font-weight: bold;
}
a:visited {
    background-color: transparent;
    text-decoration: none;
    font-weight: bold;
    color: #FFFF99;
}    
a:link { 
    background-color: transparent;
    text-decoration: none;
    font-weight: bold;
    color: #FFFF99;
}
a:hover {
    background-color: transparent;
    text-decoration: underline;
    color: #FFFF99;
}

a[target] {
    background: url(../../CSS/newframe-eco.png) right no-repeat;
    padding-right: 12px;
}

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;
    font-style: italic;
}
.comments {
    font-size: 12px;
    color: #7FBFBF;
    text-align: justify;
    width: 580px;
}
.bottom {
    clear: both;
    font-size: 9px;
    margin: 30px 0 0 20px;
    padding: 5px;
    color: #FFFFFF;
    background: #222222;
}
