@charset "utf-8";
/* CSS Document */

#main_content {
	text-align: left;
}
#newsblock {
	border-bottom: 2px solid #333;
	margin: 16px 8px;
	font-size: 1.2em;
}
#newsblock h2 {
	text-align: center;
}
#newsblock h3 {
	border-bottom: 1px solid #999;
	margin-bottom: 12px;
	font-size: 0.8em;
}
#newsblock p {
	margin-bottom: 24px;
}
#newsblock .imprtnt {
	font-weight: bold;
	color: #f00;
}
#pOlderNewsLink {
	text-align: center;
}
#pOlderNewsLink a {
	text-decoration: none;
}
#pOlderNewsLink a:hover {
	color: #999;
	text-decoration: underline;
}
/* ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ */
#sitemap {
	margin: 16px;
	text-align: left;
}
#sitemap li {
	font-size: 1.2em;
	margin-left: 32px;
}
#sitemap a {
	color: #fff;
}

