.bar {
	font-weight: bold;
	color: #fff;
	background-color: #399;
	margin: 0px 0px 8px 0px;
	padding: 2px 2px 2px 6px;
	width: 500px;
}
a {
	text-decoration: underline;
}

.clearfix:after {
	content: ".";
	height: 0px;
	clear: both;
	display: block;
	visibility: hidden;
}
/*IE7—p*/
.clearfix {display: inline-block;}
/*ˆÈ‰ºMacIE5—p*/
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */