.tbl1 
  { 
  background:  url(back.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:#000099;
}
a:visited {
	text-decoration: underline;
	color:#000099;
}
a:active {
	text-decoration: underline;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #0033FF;
}

