/* Trishah.com Web Design 18 July 2008 */

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  color: #222222;
  line-height: 24px;
  border: 0;
  margin: 0;
  padding: 0;
}

a:link {
  font-family: Arial, Helvetica, sans-serif;
  color: #447702;
  font-weight: bold;
  text-decoration: none
}
a:visited {
  font-family: Arial, Helvetica, sans-serif;
  color: #447702;
  font-weight: bold;
  text-decoration: none
}
a:hover {
  font-family: Arial, Helvetica, sans-serif;
/*  color: #e8fe05; */ /* Yellow-Green */
  color: #bf011e;  /* Xmas Red */
/*  color: #0287df;*/  /* Bright Blue */
  font-weight: bold;
  text-decoration: underline;
}


.numbered_cell {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 22px;
/*  background-color: #ececec;*/
/*  background-color: #f4eede;*/
/*  background-image: url(images/phases/bg_brushed_metal_lt.jpg);*/
  background-image: url(images/bg_grad_1.jpg);
/*  background-color: #e5f6cf;*/
}

.numbered_cell:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 22px;
/*  background-color: #e0f2fe;*/
/*  background-color: #f4eede;*/
/*  background-image: url(images/phases/bg_brushed_metal_lt2.jpg);*/
  background-image: url(images/bg_grad_2.jpg);
  }


