a:link {
	color: #FFF;
}
a:visited {
	color: #CCC;
}
a:hover {
	color: #F00;
}
body {
	background-color: #FFF;
	background-image: url(images/border.png);
}
ul.MenuBarHorizontal {
	font-family: "Lucida Console", Monaco, monospace;
	color: #333;
	background-color: #FFF;
	background-image: url(border.png);
	background-repeat: repeat;
}
.container {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	margin-top: 0px;
	color: #FFF;
	text-align: center;
}
.galleryimages {
	background-color: #000;
	text-align: center;
	left: inherit;
	right: inherit;
}


.texthomepage {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
}

.headerimage {
	margin-right: auto;
	margin-left: auto;
	text-align: center;

}


.form {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	text-align: left;
}
.buttonsinform {
	text-align: left;
}
.textmaincontent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: justify;
}
.maincontentimage {
	float: left;
	border: 10px double #FFF;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top: 10px;
}
