.nav:link {
	font-family:		Comic Sans MS;
	font-size:		x-small;
	color:			#ffffff;
	text-decoration:	none;
}

.nav:visited {
	font-family:		Comic Sans MS;
	font-size:		x-small;
	color:			#ffffff;
	text-decoration:	none;
}

.nav:hover {
	font-family:		Comic Sans MS;
	font-size:		x-small;
	color:			#C47E7E;
	text-decoration:	underline;

}

.text {
	font-family:		Verdana;
	font-size:		xx-small;
	color:			#C47E7E;
}


.nav1:link {
	font-family:		Verdana;
	font-size:		xx-small;
	color:			#ffffff;
	text-decoration:	none;
}

.nav1:visited {
	font-family:		Verdana;
	font-size:		xx-small;
	color:			#ffffff;
	text-decoration:	none;
}

.nav1:hover {
	font-family:		Verdana;
	font-size:		xx-small;
	color:			#C47E7E;
	text-decoration:	underline;

}

.forms {
	border:			1px;
	border-style:		solid;
	border-color:		#821616;
	font-family:		Comic Sans MS;
	font-size:		x-small;
	color:			#821616;
	background:		#F6E5BA;
}

.pages:link {
	font-family:		Comic Sans MS;
	font-size:		x-small;
	color:			#821616;
	text-decoration:	underline;
}
.pages:visited {
	font-family:		Comic Sans MS;
	font-size:		x-small;
	color:			#821616;
	text-decoration:	underline;
}
.pages:hover {
	font-family:		Comic Sans MS;
	font-size:		x-small;
	color:			#000000;
	text-decoration:	underline;
}

.imgleft {
	float: left;
	border: 1px solid #000000;
	margin: 10px;
}
.imgright {
	float: right;
	border: 1px solid #000000;
	margin: 10px;
}
.imgcenter{	
	border: 1px solid #000000;
	margin: 10px;
	text-align: center;
}

.text {
	text-align: justify;
}