BODY {
    margin: 1em;
    background: #666 url(imgs/neurotubes.jpg);
    color: black;
    font-family: Helvetica,sans-serif;
    font-size: 11pt;
    font-weight: 500;
}
.textbox {
    width: 26em;
    margin: 2em;
    padding: 0.5em;
    background: #bbb;
    border: 1px solid white;
    opacity: 0.90;
    filter: alpha(opacity=90);
}
#titlebox {
    width: 50%;
    text-align: center;
    margin-top: 2em;
}
#menubox {
    width: 12em;
}
#loofbox {
    text-align: center;
    letter-spacing: 0.5em; 
    width: 67%; 
}
.whorl {
    margin: 2em;
}
a {
    color: #3948cc;
    text-decoration: none;
    padding: 2px;
    border-bottom: 1px hidden;
}
a:hover {
    background-color: #ccc;
    border-bottom: 1px solid #3948cc;
}
a:active { color: yellow; }
h1, h2, h3 {
    margin: 0;
}
ul, ol {
    list-style-position: inside;
    margin: 0;
    padding: 0;
    padding-left: 1em;
    text-indent: -1em;
}
ul {
    list-style-type: disc;
}
ol {
}
li {
    padding: 0.25em 0;
}
.datelist {
    list-style: none;
    padding-left: 2em;
    text-indent: -2em;
}
.date {
    color: #333;
    font-family: monospace;
}
.date:before {
    content: "[";
}
.date:after {
    content: "]";
}
