body
{
 background-color:#C0C0C0;
}

body.menu
 {
 background-color:#7088D8;
}

body.internal
 {
  background-color:#7088D8;
 }

p
 {
  font-family:courier new,monaco,Courier10BT,monospace;
  font-size:15px;
  color:#303030;
 }

pre
 {
  font-family:courier new,monaco,Courier10BT,monospace;
  font-size:15px;
  color:#303030;
 }

a
 {
  font-family:courier new,monaco,Courier10BT,monospace;
  font-size:15px;
  font-weight:normal;
  text-decoration:none;
  color:#4060D0;
 }

a:hover
 {
  text-decoration:underline;
 }

a.bold
 {
  font-weight:bold;
 }

span.bold
 {
  font-weight:bold;
 }

td
 {
  font-family:courier new,monaco,Courier10BT,monospace;
  font-size:15px;
  font-weight:normal;
  color:#303030;
 }

td.bold
 {
  font-weight:bold;
 }

tr.dark
 {
  background-color:#7088D8;
 }

a.m1
 {
  color:#C0C0C0;
 }
a.m2
 {
  color:#FFE000;
 }
a.m1:hover
 {
  text-decoration:none;
 }
a.m2:hover
 {
  text-decoration:none;
 }