body {
	/* margin-top: 5em; */
	background: #fffff7;
	font-family: monospace;
	font-size: 11pt;
	letter-spacing: 0.05em;
	margin-bottom: 2em;
}

a {
	color: #838383;
	text-decoration: none;
}

a:hover {
	color: blue;
	border-bottom: 1px solid blue;
	padding-bottom: 5px;
}

abbr {
	text-decoration: unset;
}

#content {
	position: relative;
	margin: 0 auto;
	width: 90%;
}

a:hover.dia {
	border-bottom: 0;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.header {
	margin: 2em 0 1em;
}

img.header {
	width: 650px;
	height: 366px;
	border-radius: 4px;
}

#text {
	padding: 0 2em;
	position: relative;
	top: -3em;
}

#center p {
	position: relative;
	margin: 16px 3.5em;
	text-align: justify;
}

.gallery {
	padding: 1em 0 2em;
}

img.dia {
	width: 250px;
	height: 250px;
	margin: 2px;
	border-radius: 4px;
}

a img.dia {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	border: 1px solid;
}

a:hover img.dia {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.desc {
	margin: 0 auto;
	padding: 0 0 1em;
	width: 800px;
	line-height: 1.5em;
}
