/* float hack */

.clearfix{
	zoom: 100%;
}
.clearfix:after{
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
/*\*/
* html .clearfix{
	height: 1em;
	overflow: visible;
}
/**/


/* general */

A:link{
	color: #03c;
	text-decoration: underline;
}
A:visited{
	color: #03c;
	text-decoration: underline;
}
A:active{
	color: #03c;
	text-decoration: none;
}
A:hover{
	color: #03c;
	text-decoration: none;
}
