@charset "UTF-8";
/* CSS Document */



body {
	background-image: url(images/pagebg.jpg);
	background-repeat: repeat;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.content {
	font-family: Verdana;
	font-size: 12px;
	color: #271b14;
	text-align:justify;
}
.pageheader {
	font-family: Garamond;
	font-size: 18px;
	color: #4a626e;
}
.linktext {
	font-family: Verdana;
	font-size: 12px;
}
a:link {
	color: #4a626e;
	
}
a:visited {
	color: #4a626e;
}
a:hover {
	color: #271b14;	
}
a:active {
	color: #4a626e;
}

.mailform {
	font-family: Verdana;
	font-size: x-small;
}