
/* clearfix: http://www.webtoolkit.info/css-clearfix.html */
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

a:link, a:visited {
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}


.hidden {
    display: none;
}