body {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	background-color: #0000FF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.Header {
	font-size: xx-large;
}
.content {
	text-align: justify;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 300px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.NAVIGATION {
	float: left;
	list-style-image: none;
	list-style-type: none;
	height: 100%;
	padding-right: 10px;
	margin-right: 10px;
	padding-left: 24px;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	font-weight: bolder;
}
.NAVIGATION li {
	list-style-type: none;
	display: list-item;
	vertical-align: middle;
	height: 40px;
}
.NAVIGATION ul {
	margin-left: 0px;
	padding-left: 0px;
}
