body {
	color: #505050;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

@media print {
	.header {
		display: none;
	}
}

.counter {
	text-align: right;
}

a:link, a:visited {
	color: #3d8e37;
	text-decoration: none;
}

a:hover {
	color: #24c618;
	text-decoration: none;
}

.rssfeed {
	font-size: 60%;
	font-family: sans-serif;
}

.rssfeed ul {
	list-style: square inside;
	padding-left: 3px;
}

.counter {
	color: #a0a0a0;
}

.counter a:link, .counter a:visited {
	text-decoration: none;
	color: #73b683;
}

.counter a:hover {
	color: #45ce65;
}

.main {
	margin-left:5px;
	margin-right:5px;
}