﻿.top-no-border {
	border-width: 0;
}
.body-cell {
	text-align: center;
	background-color: #F3F3F3;
	background-image: url('images/wood.JPG');
}
.left {
	background-image: url('images/left.JPG');
}
.body-text {
	text-align: justify;
	margin-left: 40px;
	margin-right: 37px;
	font-size: large;
}
.right {
	background-image: url('images/right.JPG');
}
.left-background {
	background-image: url('images/left-background.JPG');
}
.right-background {
	background-image: url('images/right-background.JPG');
}
a {
	color: #800000;
	text-decoration: none;
	text-transform: none;
}
a:visited {
	color: #800000;
}
a:active {
	color: #800000;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;}
.picture-paragraph {
	text-align: center;
	font-size: large;
}
.picture-border {
	border-style: solid;
	border-width: 2px;
	color: #A78F79;
}
