﻿body {
	background-color: #242021;
	margin: 0px 0px 0px 0px;
	background-image: url('images/Background.jpg');
	background-repeat: repeat-x;
}
.homeText {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	text-align: justify;
}
.tourText {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
}
.noBorder {
	border-width: 0px;
}