body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333366;
	font-size: small;
}


p, tr, td, ul, li {
  font: Arial, Helvetica, Sans-Serif;
  color: #333366;
  font-size: small;
  }
  
ul li {
  margin:0;
  list-style-type: square;
  }
  
a, a:link, a:visited, a:active {
  text-decoration: none;
  color: #666666;
  font: Arial, Helvetica, Sans-Serif;
  }
  
a:hover {
  text-decoration: underline;
  color: #333333;
  font: Arial, Helvetica, Sans-Serif;
  cursor: pointer;
  }
  
table td { vertical-align:top; }