 /* Global */
* {
	margin:0;
	padding:0;
	border:none;
}
	
li {
	list-style:none;
}
	
.clearfix:after, .filter:after, .sidebar div.body:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
	
*+html .clearfix {
	display:inline-block;
}
	
*html .clearfix {
	display:inline-block;
}
a {
	text-decoration:none;
}
	
a:hover {
	text-decoration:underline;
}