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

body {
    color:white; background-color:#000055
}

body.blank {
   background: white;
}

body.start {
   background: white;
   margin: 10px;
   
}
A:link {
color: #CCCC66;
text-decoration:none;
}

A:active, A:visited {
color: #cccc33;
text-decoration:none;
}

A:hover {
color: #6666FF;
text-decoration:none;
}

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

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

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

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;
}
