
.cat { 
	float:left; 
	width:180pxpx; 	margin-bottom:15px; 
	position:relative; 
	cursor:pointer; 
	border:1px solid #CCCCCC; 
	padding:5px;
	-moz-border-radius: 4px;
    margin-right:15px;
}
.catName { 
				font-weight:bold; 
	line-height:25px; 
	padding:0px 8px; 
	left:5px; 
	top:5px; 
	font-size:14px; 
}
.catLink:hover { text-decoration:none; }


#myTable td, #myTable th { padding:5px; }

#testID { font-weight:bold; }