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