/* default.css - the default style sheet */
td.one {
  background: url('../images/wine_barrel.gif');
}
td.two {
  background: url('../images/cluster72.gif');
} 
td.m_out {
  background: #ffffff; 
}
td.m_on {
  background: #98CCA8;
}
body {
  background-color: #669999;
}
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 */