﻿.mainbackground {
	background-color: #B8B185;
	background-image: url('images/bgblue.jpg');
	background-repeat: repeat;
}
.biztitle {
	font-family: "Copperplate Gothic Bold";
	font-size: x-large;
}
.biztag {
	font-family: "Copperplate Gothic Light";
}
.bodytext {
	font-family: "Copperplate Gothic Light";
}
.h2 {
	font-family: "Copperplate Gothic Light";
	font-size: medium;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:link {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}

