a:visited {
	color: #3333CC
}
a:hover {
	text-decoration: underline
}
.MainMenu {
	font-family: "Bookman Old Style"; 
	font-style: italic; 
	font-size: 16px; 
	text-decoration: none; 
	color: #3333CC
}
.MainSubMenu {
	font-family: "Bookman Old Style"; 
	font-style: italic; 
	font-size: 14px; 
	text-decoration: none; 
	color: #3333CC
}
.MainMenu:visited {
	color: #3333CC;
}
.MainMenu:hover {
	text-decoration: underline
}
.Heading {
	font-family: "Bookman Old Style";
	color: #CC33CC;
	font-style: italic;
	font-size: 28px;
	text-align: center;
}
.Content {
	text-align: justify;
}

ul {
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
	color: Black;
}

.PhotoLabel {
	font-family: Arial;
	font-size: 14px;
}

.Pages {
	word-spacing: 30px;
}

.ActivePage {
	font-size: larger;
}
.Route {
	margin-top: 0;
	margin-bottom: 0;
	text-align: justify;
}

.LinkToRoute {
	margin-top: 3px;
}

p {
	font-size: 18px;
	color: Black;
}

a {
	font-size: 18px;
}

body {
	background-color: White;
}

