a:link {
	    text-decoration: none;
	    color: #333333;
}
a:visited {
	       text-decoration: none;
	       color: #333333;
}
a:hover {
         text-decoration: underline;
}
		 
a:active {
          text-decoration: none;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
}
body {
	background-color: #CCCCCC;
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.style2 {
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
