body {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; 
    line-height: 1.5;
    font-size: 16px;
    padding: 15px; 
}

.onpage {
    font-weight: bold;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, sans serif; 
    text-align: center; 
	overflow: hidden;
}

li {
	display: inline;
	float: left;
	margin: auto;
    border-bottom: 1px solid lightgray;
    font-size: 14px; 
	padding: 10px; 
}

a:link {
	text-decoration: none;
    color: black;
    font-size: 14px; 
}

a:visited {
	color: black;
}

a:hover {
	font-weight: bold;
    color: black;
}

a:active {
	font-weight: bold;
    color: black;
}

.container-navi {
    max-width: 500px; 
    margin: auto; 
}

.container {
    max-width: 800px; 
    margin: auto; 
}

.cont-list {
    max-width: 800px; 
    margin: auto; 
    padding-top: 15px;
    padding-bottom: 15px;
}

.img-list {
    display: block; 
    float: left; 
    margin: 15px;
}

.inactive {
    opacity: 0.5;
}

.date {
    text-align: center; 
    font-size: 14px;
    text-decoration: underline;
}

.title {
    text-align: center;
    font-weight: bold; 
    font-size: 18px;
}

.text {
    text-align: justify; 
    text-indent: 25px;
}

.text-b {
    text-align: center; 
    font-weight: bold;
}

footer {
    text-align: center; 
    font-weight: bold;
    font-size: 12px; 
    margin-top: 10px; 
}