#Column1 {
	width: 130px;
}

#Column2 {
	width: 400px;
}

#ColumnRecipeDescription {
	width: 260px;
}

a.category, a.category:hover, a.selectedcategory {	
	display:block;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 9pt;
	border: 1px solid #003366;;
	padding: 2px;
	white-space: nowrap;	
	text-align: left;	
	text-decoration: none;	
	cursor: hand;	
	margin-top: 2px;
	margin-bottom: 0px;		
	margin-left: 5px;		
	margin-right: 0px;	
	width: 130px;	
}

a.category { color: #0066CC; background-color: #FFFFFF;}

a.category:hover { color: #FFFFFF; background-color: #006699;}

a.selectedcategory { color: #FFFFFF; background-color: #003366;}
