$(document).ready(function() {
	$('#content .path a:first').css('font-weight', 'bold');
	$('input[type="checkbox"], input[type="radio"]').css('background', 'none').css('border', 'none');
});