div.main {
	margin-top: 15%;
	margin-left: 42%;
	margin-bottom: 20%;
	color: #190303;
}

div.main a {
	text-align: left;
	color: #222;
	font-size: 20px;
}

div.clear {
	clear: left;
}

div.gallery {
	margin: 5px;
	//border: 1px solid #ccc;
	float: left;
}

div.gallery:hover {
	//border: 1px solid #777;
}

div.desc {
	padding: 15px;
	text-align: center;
	font-style: italic;
}

body {
	margin: auto;
	line-height: 1.4;
	color: #222;
	background: #fafafa;
	padding: 2rem;
	//max-width: 80rem;
}

p {
	margin-left: 5px;
	margin-right: 30px;
    text-indent: 50px;
    text-align: justify;
    letter-spacing: 2px;
    font-size: 15px;
    max-width: 800px;
}

h1 {
	text-align: left;
	//color: #190303;
	color: #111;
	font-size: 20px;
	font-weight: 100;
	font-style: normal;
	white-space:nowrap;
	margin-bottom:5px;
}

h1 a.level0 {
	text-decoration: none;
	color: #111;
	font-size: 12px;
}

h1 a.level1 {
	text-decoration: none;
	color: #111;
	font-size: 15px;
}

h1 a.level2 {
	text-decoration: none;
	color: #111;
	font-size: 20px;
}

.h1_indent {
	margin-top: 0px;
	margin-left: 30px;
}

h2 {
	text-align: left;
	//color: #190303;
	color: #111;
	font-size: 40px;
	font-weight: 100;
	font-style: normal;
	white-space:nowrap;
	margin-top:0px;
}

.h2_indent {
	margin-left:15px;
}

h3 {
	text-align: left;
	//color: #190303;
	color: #111;
	font-size: 25px;
	font-weight: 100;
	font-style: normal;
	margin-top:0px;
}
			
.date {
	font-size: 11px;
	text-align: left;
	white-space:nowrap;
	color: #190303;
	font-weight: 100;
	font-style: normal;
}

td.lang {
	text-align:right;
	width:100%;
}

.right {
	text-align:right;
}

a.lang {
	font-size: 11px;
	color: #190303;
	font-weight: 100;
	text-transform: uppercase;
	text-decoration: underline;
}

a {
	//color: #190303;
	color: #2ECC40;
}

.footer {
	margin-top:25px;
	text-align:center;
	font-size: 11px;
	clear:left;
	color: #222;
}
