BODY {
   background: white url(/images/background.jpg);
}

BODY.blank {
   background: white;
}

BODY.start {
   background: white;
   margin: 0px;
}

A:link {
   color: #404040;
}

A:active, A:visited {
   color: #606060;
}

A:hover {
   color: #F00000;
}

H1 {
   font-family: sans-serif;
   font-weight: bold;
   margin-bottom: 0px;
   margin-top: 20px;
}

H2 {
   font-family: sans-serif;
   font-weight: bold;
   margin-bottom: 0px;
   margin-top: 20px;
}

H3 {
   font-family: sans-serif;
   font-weight: bold;
   margin-bottom: 0px;
}

P {
   font-family: sans-serif;
}

TH {
   font-family: sans-serif;
   font-weight: bold;
}

TD {
   font-family: sans-serif;
}

TT {
   font-family: monospace;
}

PRE {
   font-family: monospace;
}

.flowtext {
   font-size: 85%;
}

.link-list {
   font-size: 80%;
}

.footer {
   background: url(/images/black.gif);
}

.footer-right {
   background: url(/images/black.gif);
   text-align: right;
}

.link-menu {
   font-family: sans-serif;
   font-weight: bold;
}

.margin-left-20 {
   margin-left: 20px;
}

.margin-left-50 {
   margin-left: 50px;
}

.margin-top-30 {
   margin-top: 20px;
}
