body { 
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  background-color:#c3c4aa;
}

a.link { color: #306292 }
a.visited { color: #6A818B }
a.active { color: #FFFFFF }

i, em {
  font-style: italic;
}

th, td, center, div { /* ns 4 */
  font-family: Arial, Helvetica, sans-serif;
}

pre, code {
  font-family: Courier;
}

.big {
  font-size: x-large;
}

.plus {
  font-size: large;
}

.small {
  font-size: small;
}

table.light_with_dark_border
{
background-color:#cdceb5;
border: 1px solid #b3ad86;
vertical-align:middle;
}