body, th, div.bg
{
  background-color: silver;
}

div#container
{
}
div#sub_container
{
  background-color: white;
  border-color: gray;
}
div#menu
{
  border-right-color: gray;
}

div.top_message, a:link, a:visited, a:active, legend, li
{
  color: gray;
}

table, th, td, div.border
{
  border-color: gray;
}
th, div.bg, th a:link, th a:visited, th a:active, div.bg a, div#footer
{
  color: gray;
}
td
{
  background-color: white;
}

hr
{
  color: gray;
  background-color: gray;
  height:2px;
  border: none;
}

fieldset
{
  border-color: gray;
  background-color: white;
}

li span
{
  color: gray;
}

