body {
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	background-image: url(images/MTSilverback.jpg);
	background-repeat: no-repeat;
	background-color:#4db3fd;
}
h1
{
	font-weight: bold;
	font-size: xx-large;
	font-variant: small-caps;
	text-align: center;
}
.body-text
{
	font-size: medium;
	font-family: Georgia;
	text-align: left;
	text-indent: 50px;
}
ul
{
	font-size: medium;
	font-family: Georgia;
	text-align: left;
	text-indent: 50px;
	list-style-position: outside;
	list-style-type: disc;
}
.MainData
{
	position: absolute;
	left: 250px;
	top: 200px;
	text-align: justify;
	right: 50px;
}
.Header
{
	position: absolute;
	top: 50px;
	left: 800px;
}
.Navigation
{
	position: absolute;
	width: 150px;
	left: 0px;
	top: 200px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	font-size: small;
	font-weight: bold;
	font-variant: small-caps;
	text-align: left;
	vertical-align: top;
}
.Headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	color: #CC0000;
	font-weight: bolder;
	text-decoration: blink;
}
