
body         
{ background-color: #FFFFFF;
  color: #000000; 
  font-family: Verdana, Arial, Helvetica; 
  margin-top: 0;
}


/* Sets background color of unvisited and visited links */
a:link { 
color: #4C5260; text-decoration: underline; }

a:visited {
color: #6B4163; text-decoration: underline;
}
/* Sets background color of links on hover */
a:hover {
background-color: #FFFFCC;
}
/* Sets background color of active link 
a:active {
background-color: yellow;
}  */

DIV.table-row2 {
  background: none #FFFFFF; 
  border: 5px solid #9fb296; 
  color: #9fb296; 
  padding: 0; 
  width: 100%; 
  height: float;
  text-indent: 0;
}

DIV.xfoot {
  background: none #FFFFFF; 
  border: 5px solid #9fb296; 
  color: #9fb296; 
  padding: 1; 
  width: 100%; 
  text-indent: 0;
}

ul {
   list-style-type: square;
   }


/* use this type line to insert comments */