/* default.css - the default style sheet */

td.m_out {
  background: #ffffff; 
}
td.m_on {
  background: #98CCA8;
}
td.m_out_none {
  background: none ; 
}
body { 
 background-image: url('../images/wb00720_.gif');
 }
A:link { color: #003366 } /* unvisited link */
A:visited { color: #660033 } /* visited links */
A:active { color: red } /* active links - in process of linking*/
A:hover { color: red } /* hover over link */