Хай!
Не ругайте сильно, но это опять я со своим арт истеричным кодом

. Я конечно уже многое могу там менять, но все же не все.
Вопрос: как мне в этом коде нужно поменять заголовки статей c h2 на h1?
/* begin PostHeaderIcon */
.art-post h2.art-postheader,
.art-post h2.art-postheader a,
.art-post h2.art-postheader a:link,
.art-post h2.art-postheader a:visited,
.art-post h2.art-postheader a.visited,
.art-post h2.art-postheader a:hover,
.art-post h2.art-postheader a.hovered
{
margin: 0.2em 0;
padding: 0;
font-weight: normal;
font-size: 22px;
color: #62AC06;
}
.art-post h2.art-postheader a,
.art-post h2.art-postheader a:link,
.art-post h2.art-postheader a:visited,
.art-post h2.art-postheader a.visited,
.art-post h2.art-postheader a:hover,
.art-post h2.art-postheader a.hovered
{
margin: 0;
text-decoration: none;
color: #62AC06;
}
.art-post h2.art-postheader a:visited,
.art-post h2.art-postheader a.visited
{
color: #62AC06;
}
.art-post h2.art-postheader a:hover,
.art-post h2.art-postheader a.hovered
{
color: #62AC06;
}
/* end PostHeaderIcon */
/* begin PostIcons, PostHeaderIcons */
.art-postheadericons
{
color: #878787;
padding: 1px;
}
.art-postheadericons, .art-postheadericons a, .art-postheadericons a:link, .art-postheadericons a:visited, .art-postheadericons a:hover
{
font-size: 11px;
}
.art-postheadericons a, .art-postheadericons a:link, .art-postheadericons a:visited, .art-postheadericons a:hover
{
margin: 0;
text-decoration: underline;
color: #62AC06;
}
.art-postheadericons a:visited, .art-postheadericons a.visited
{
color: #62AC06;
}
.art-postheadericons a:hover, .art-postheadericons a.hover
{
text-decoration: none;
color: #62AC06;
}
/* end PostIcons, PostHeaderIcons */
Сам я менял на строчках h2 на h1, но заголовки страниц просто увеличиваются в размере, но когда смотришь на исходных код, то там все равно остается обрамление h2. Пробовал в sh404SEF поставить h1 на заголовки, результат ноль. Что же все таки мне нужно подправить?
Спасибо, за любой совет.
С Уважением, lionsay