* {margin: 0px;
font-family: Arial;
	}
h5 {
color: gold;
font-size: 70px;
margin: 20px;
white-space: nowrap;
text-align: center;
}
#decotop {
	margin: 0px;
	background-image: linear-gradient(gold,black);
	width: 100%;
	min-width: 999px;
	height: 28px;
	top: 0px;
	left: 0px;
	}
	
#LogoBackground {
	width: 100%;
	min-width: 999px;
	height: 120px;
	background-color:black;
	}
	
#AnimatedLogo {
	width: 170px;
	height: 120px;
	float: left;
	}

#Logo {
	width: 80%;
	height: 120px;
	float: left;
	background-color: black;
	}
#decobottom {
	background-image: linear-gradient(black,gold);
	width: 100%;
	min-width: 999px;
	height: 50px;
	}
	
	.nav ul {
	list-style: none;
	text-align: center;
	padding:0;
	margin:0;
}
#navi {
position: absolute;
top: 137px;
left: 0px;
min-width: 999px;
z-index: 2;
}

.nav a{
	width:217px;
	display:block;
	padding:12px;
	font-size:30px;
}

li {
float: left;
}

a {
	color: #ffbf00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:visited {
	color: #ffbf00;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #ffff00;
	text-decoration: none;
}
#corpus {
width: 100%;
height: 100%;
}
#text {
position: relative;
top: 20px;
left: 20px;
width: 95%;
min-width: 700px;
min-height: 700px;
font-size: 1.5em;
text-align: justify;
color: #666667;
}
.about {
position: relative;
top: 50px;
margin-bottom: 20px;
text-align: center;
font-size: 1.3em;
}


h1 {
	padding: 15px;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color:#999999;

	}

h2 {
	padding: 10px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color:#666667;
	}
h3 {
	font-size:15px;
	}

input[type="text"] {
font-size: 20px;
}

input[type="email"] {
font-size: 20px;
margin-left: 47px;
}

input[type="button"], [type="submit"] {
font-size: 25px;
margin-left: 150px;
margin-top: 30px;
color: #676767;
}

.picrounder {
	border-radius: 10px;
}

.liststructure {
margin: 10 px;
}
.error {color: #FF0000;}

