body {
   background: url(images/bg.jpg);
   /* i would prefer to default font family to user chosen font */
   /* font-family: Verdana, Arial, Helvetica, sans-serif; */
   /* font-size: 10; */
}

*.left { text-align: left;}
*.center { text-align: center;}

*.open { background-color: lightgreen;}
*.closed {background-color: tomato; }
*.nochange {background-color: lightgrey;}

*.quote {
  text-align: center;
  font-size: 80%;
}

*.breakwrap {
  clear: both;
}

b {
  color: #000066;
}

*.strong {
  background: yellow;
}

a.newwin:hover {
  background: yellow;
}

a:hover {
  background: lightgrey;
}

a.noeffect:hover {
  background: none;
}

*.smallfont {
  font-size: 90% ;
}

*.tinyfont {
  font-size: 75%;
  font-weight: normal;
}

*.largefont {
  font-size: 110%;
}

*.nobottom {
  margin-bottom: 0px;
}

*.hd {
  font-weight: bold;
  color: #000066;
}

*.topmast {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 85%;
  color: #FFFF33;
  background: #000066;
}

*.footer {
  background: #000066;
  color: #FFFF33;
  text-align: center;
}

th {
  color: #000066;
}

table, tr, th, td {
  border-color: #000066;
}


