.bar1 {
	font: bold 14px Arial, Helvetica, sans-serif;
	vertical-align: middle;
	padding-left: 7px;
	text-decoration: none;
	background-color: #ccffff;
	color: #66cccc;
}
.bar1 a:link {
	color: #66cccc;
	text-decoration: none;
}
.bar1 a:visited {
	color: #66cccc;
	text-decoration: none;
}
.bar1 a:hover {
	color: #666666;
	text-decoration: none;
}
.bar1 a:active {
	color: #66cccc;
	text-decoration: none;
}