/* Text Definitions */
.tighttext 
{ line-height: 95% ;  font-size: 10pt ; margin-right: 30%;Margin-left: 3%; font-family: Verdana,Arial, Helvetica, sans-serif;
	
}

/* Table Definitions */
td.content {
  font-size: 0.8em;
  color: blue;
  background-color: yellow;
  text-align: left;
  vertical-align: top;
  padding-top: 1em;
  padding-bottom: 1em;
  }
td.header {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
  color: white;
  background-color: blue;
  text-align: left;
  vertical-align: top;
}

A {color:  blue; text-decoration: underline; } /* 3366AA */
	A:hover {color: navy; text-decoration:underline;}
	A:visited{color: teal} 
	A:visited:hover {color: olive} 

