/* default.css - the default style sheet */

  td.rose { background: #E89C88} /* slight rose used in table for sponsor ads */
  td.yell { background: #FFE478}   /* dull yellow */
  td.blue { background: #90ACB0}/* dull blue */
  td.sand { background: #E0C9A0} /* sand */

td.m_out {
  background: #ffffff; 
}
td.m_on {
  background: #98CCA8;
}
body { 
 background-image: url('../images/grape_cluster_wt_wash.jpg');
}
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 */
  