BODY {
margin: 0px;
background-color: #ffffff;
}
TD.topbar {
background-image: url(top-background.jpg);
}
TD.topbar A {
color: white;
}
/*
TD.sidebar {
background-image: url(side-background.jpg);
background-repeat: no-repeat;
background-color: #000000;
}
*/
#main {
border: 1px black solid;
}
TD.content {
padding: 10px;
}
TD,A,DIV,BODY {
font-family: Helvetica, Tahoma, Arial;
font-size: 10pt;
color: white;
}
A,A:visited,A:active {
text-decoration: none;
font-weight: bold;
}
A:hover {
text-decoration: underline;
}
DIV.noticebox {
border: 1px white solid;
}
.mcontent {
padding: 5px;
background-color: #F5F5DC;
color: black;
}
.mcontent A {
color: black;
}
DIV.headline,DIV.headline A {
background-color: #000000;
color: #ffffff;
padding: 5px;
}
DIV.byline {
text-align: right;
font-style: italic;
}
.SmallText, .quote {
color: black;
}
PRE {
border: 1px dotted black;
width: 490px;
padding: 4px;
background-color: #F5F5DC;
color: black;
overflow: scroll;
}

