html {
	visibility: visible;
}
.clientlog {
	background-color: rgb(204, 204, 153);
	background-image: url('/static/images/ricebk.jpg')
}
.clientlog a {
	color: #0000FF;
	text-decoration: none;
}
.clientlog a:hover {
	text-decoration: underline;
}
.clientlog .menu {
	color: #336633;
}
.clientlog .menu:active {
	color: #0000FF;
}
.clientlog .menu-title{
    text-align: center;
}