body {font:normal 12px Verdana, Geneva, sans-serif;color:#000;}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}

/***************** оформление всех ссылок на сайте */
a:link,
a:visited,
a.visited {
	text-decoration:underline;
	color:#29719E
}
a:hover, a.hover{
    text-decoration: none;
    color: #E64519;
}

/**************************** оформление абзацев */
#contentmiddle p,
#contentleft p,
#contentright p,
#content p {
	margin:0 0 10px;
}

/**************************** оформление заголовков */
h1 {
	font-size:22px;
	margin:0 0 20px;
}
h2 {
	font-size:20px;
	margin:0 0 15px;
	color:#333
}
h3 {
	font-size:18px;
	margin:0 0 10px;
	color:#666
}

/**************************** оформление списков */
ul,
ol {
	margin:0 0 0 20px;
	list-style:square
}
ul li,
ol li {margin:0 0 4px}

/**************************** Страница 404 ошибки */
.item-page_error h1 {
	font-size:35px;
	color:red;
	margin:0 0 40px;
	text-align:center
}
.item-page_error h2 {
	text-align:center;
	font-size:22px;
	color:#666;
}