body {
	font-family: 'Verdana';
	margin-left: 20pc;
	margin-right: 20pc;
	margin-bottom: 20pc;
	margin-top: 5pc;
}

footer {
	padding: 5px;
	background: white;
	position: fixed;
        bottom: 0px;
	left: 0px;
	right: 0px;
	height: 2.5rem;            /* Footer height */
        border-top: 1px solid #d5d5d5;
        font-size: .8em;
}

a {
    text-decoration: none;
    color: #009C90;
}
a:hover {
    text-decoration: underline;
}


.footer_description {
    position: absolute;
    right: 5px;
}

.list_posts li {
	list-style-type: none;
	padding: 8px;
}
.list_posts li:nth-child(even) {
	background: #8FF8F6;
}
.list_posts li:nth-child(odd) {
	list-style-type: none;
	background: white;
}
.list_posts li:nth-child(odd) {

}


.post_tags {
	float:right;
}
