body {
	color: #0e251d;
}

.content_plain {
	position: relative;
	height: 100%;
	font-family: helvetica;
	text-align: center;
	font-size: 1.6em;
	color: #e6c46a;
	vertical-align: middle;
}

.gallery {
	position: relative;
	height: 100%;
	font-family: helvetica;
	text-align: center;
	font-size: 1.2em;
	color: #e6c46a;
	vertical-align: middle;
}

.small {
	position: relative;
	height: 100%;
	font-family: helvetica;
	text-align: center;
	color: #e6c46a;
	vertical-align: middle;
	font-size: 1em;
}

.content {
	position: relative;
	top: 530px;
	left: 5px;
	height: 100%;
	overflow: auto;
	padding: 0px 5px;
	font-family: helvetica;
	text-align: center;
	font-size: 1.35em;
	color: #0f5f24;
}


	
/* img { */
/* 	-webkit-border-radius: 10px; */
/* } */
	
a:hover {
	color: yellow !important;
}

a { 
	text-decoration: none;
	white-space: nowrap;
	color: inherit;
}


a:visited {
	color: inherit;
}