body {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(../img/listbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


.table1 {
	margin-top: 60px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
    color: #000000;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	
}


a { text-decoration: none }
a:link {
  color: #000000;
  background: transparent;
}
a:visited {
  color: #000000;
  background: transparent;
}
a:active {
  color: #000000;
  background: transparent;
}
a:hover {
  color: #000000;
  background: transparent;
  border-bottom: 1px solid #000000;
}
