 
.tbl1 
{ 
background:  url(images/back_1.jpg); 
background-repeat: no-repeat;
} 

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
  }

a:link {
	text-decoration: underline;
	color:#336600;
}
a:visited {
	text-decoration: underline;
	color:#336600;
}
a:active {
	text-decoration: underline;
	color: #339900;
}
a:hover {
	text-decoration: underline;
	color: #339900;
}
