html{height: 100%;}

.sidebar a:link {
	border-bottom: dotted 0px;
	text-decoration: none;
	color: #444;
	padding: 1px 2px 1px 2px;
}

.sidebar a:visited {
	text-decoration: none;
	border-bottom:0px;
	color: #666;
	padding: 1px 2px 1px 2px;
}

.sidebar a:hover {
	background-color:transparent;
	color: #069;
	padding: 1px 2px 1px 2px;
	border-bottom: 0px;
	outline: 0px;
}
.sidebar a:active {
	text-decoration: none;
	background: #6cf;
	color: #033;
	padding: 1px 2px 1px 2px;
	border-bottom: 0px;
}
