body {
	margin: 30px;
	
	font-family: "Times New Roman", Times, serif;

	
	
}
a {
	text-decoration: none;
	color: #760E31;
	
}

a:hover {
	text-decoration: underline;
	color: #760E31;
	}

.textCentre {
	text-align: center;
}
.textRight {
	text-align: right;
}
.textJustify {
	text-align: justify;
}
.bold {
	font-weight: bold;
}
.head1 {
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}


.imgLeft {
	float: left;
	margin: 0 15px 5px 0;
}
.imgRight {
	float: right;
	margin: 0 0 5px 5px;
}


#footer {
	position: absolute;
	top: 370px;
	text-align: center;
	width: 100%;
}

#nav {
	
	padding-top: 2px;
	width: 100%;
	text-align: center;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
}
#nav li {
	display: inline;
	margin-right: 20px;
	margin-left: 20px;
}
#clear {
	clear: both;
}
