h1 {
	font-family: 'Cutive Mono';
	color: #92107d;
	text-decoration: none;
	letter-spacing: -3px;
}
h2 {
	font-family: 'Cutive Mono';
	color: #92107d;
	text-decoration: none;
}

a,
.page-link {
	color: #7e3f97;
}
.page-item.active .page-link {
    color: #fff;
    background-color: #7e3f97;
    border-color: #7e3f97;
}

.background {
	background-image: url('/images/template/bg_main.gif');
	background-position: left center;
	background-repeat: no-repeat;
	min-height: 435px;
}
.background .contentblock {
	background-color: rgba(255, 255, 255, 0.5);
}