/* Дефолты */
* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #fff;
}

h2 {
	margin: 0px 0 6px 4px;
	font-size: 17px;
	font-weight: normal;
}

h5 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 0 0 2px 0;
	padding: 7px 10px 0px 0px;
	height: 28px;
	font-size: 17px;
	font-weight: normal;
	color: #454647;
	border-bottom: 1px dotted #DEADA2;
}
h6 {
	margin: 0 0 2px 0;
	padding: 2px 0 4px 0;
	border-bottom: 1px dotted;
	font-size: 14px;
	font-weight: bold;
}

a {
	color: #000;
}

h3 a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

/* Все статьи */
.more, .more:visited {
	padding: 4px 4px 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #311E0D;
}