.dataset A {FONT-WEIGHT: bold; COLOR:#000000 ; TEXT-DECORATION: none ;} 
.dataset A:hover {	BACKGROUND: #ccc; }

.dataset table {
  	width: 90%;
  	border-top: 1px solid #b5b5b5;
  	border-left: 1px solid #b5b5b5;
  	border-right: 1px solid #b5b5b5;
  	background: #3333cc;
	}

.dataset table th, .dataset table td {
  	margin: 0;
  	padding: 5px 5px;
  	text-align: left;
  	border-bottom: 1px solid #b5b5b5;  
	vertical-align: top;   
  	}
.dataset table th {
  	color: #fff;
	FONT-WEIGHT: bold;
  	}
.dataset table .name {
	background: #eee;
  	text-align: left;
	FONT-SIZE: 100%;
  	padding:5px;
	color:#000;
	}
.dataset table tr {
  	background: #3333cc;
  	}
.dataset table td a {
 	font-weight: bold;
}
.dataset table td p a {
 	font-weight: normal;
}
