.content {
	margin: 10px;
	font-size: 10px;
	text-align: justify;
	text-indent: 20px;
}
.navi {
	text-align: center;
}
.heading {
	text-align: center;
}

.floatLeft {
	display: inline;
	float: left;
}
.floatLeft {
	display: inline;
	float: right;
}
.navigationBorder {
background:navy;
border-style:solid;
border-color: red;
border-width:5px;
width:150px;
 }
.background {
	background-attachment: fixed;
	background-image: url(img/back1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}

.background2 {
	background-attachment: fixed;
	background-image: url(img/back2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}
.background3 {
	background-attachment: fixed;
	background-image: url(img/back3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}
A:link {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
A:visited {	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;}
A:active {	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;}
A:hover {	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;}
