body,td,th {
	color: #000;
}
body {
	background-color: #000;
	background-image: url('campo.jpg');
	background-position: top;
	background-size: 90%;
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}
a:link {
	color: #333;
}
a:visited {
	color: #666;
}
a:hover {
	font-weight: bold;
}
a:active {
	color: #000;
	font-weight: bold;
}
.container {
	width: 100%;
    max-width: 1600px;
	height: 100%;
	margin: auto;
	padding-bottom: 80px;
}
.header {
	width: 80%;
	margin: auto;
}
.content {
	background: rgba(195,230,224,0.8);
	width: 80%;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer {
	width: 80%;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer a:link {
	color: #FFF;
}
.footer a:hover {
	color: #FFF;
	background-color: #333;
}
.footer a:active {
	color: #FFF;
	font-weight: bold;
}
.title{
	font-family: Georgia, serif;
	font-size: 54pt;
	line-height: 54pt;
	color: #FFF;
	text-align: center;
}
.title2{
	font-family: Georgia, serif;
	font-size: 14pt;
	line-height: 0pt;
	color: #FFF;
	text-align: center;
}
.title3{
	font-family: "Times New Roman", serif;
	font-size: 36pt;
	line-height: 36pt;
	color: #FFF;
	text-align: center;
	font-variant: small-caps;
}
.subtitle {
	font-family: "Comic Sans MS", cursive;
	font-size: 16pt;
	color: #000;
}
.regText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 18pt;
	color: #000;
	text-align: left;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
}
.regTextSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #000;
	text-align: left;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
}
.regTextSmallCenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #000;
	text-align: center;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
}
.regTextCenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	line-height: 24pt;
	color: #000;
	text-align: center;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
}
.regText14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 21pt;
	color: #000;
	text-align: left;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
}
.regText16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	line-height: 24pt;
	color: #000;
	text-align: left;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
}