#page {
	margin-left: 12em;
}

#pagecontent {
	/* width: 80%;
	margin: auto; */
	margin-left: 1em;
	margin-right: 1em;
}

#page h1 {
	text-align: center;
	font-size: 1.2em;
}

h2 {
	font-size: 1.1em;
}

p {
	text-align: justify;
}

a {
	color: lime;
	text-decoration: none;
}

a:visited {
	color: orange;
}

.gallery {
	margin: auto;
}

.gallery td {
	padding: .5em;
}

.gallery img {
	border: .5em solid white;
	margin-bottom: 1em;
}

.message {
	text-align: center;
	margin-left: 10em;
	margin-right: 10em;
	border: 2px dashed lime;
}


.new {
	color: lime;
	text-decoration: none;
	font-size: .8em;
	font-weight: bold;
}

.new:hover {
	text-decoration: underline;
	color: orange;
}

