<style type="text/css">

     A:link {
          text-decoration: none
         }
     A:visited {
          text-decoration: none
         }
     A:active {
          text-decoration: none
         }
     A:hover {
	  text-decoration: underline
	 }

</style>
.test {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #993333;
}
.textcell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #336699;
	border-left-color: #336699;
	padding-right: 4px;
	padding-left: 4px;


}
