body {
	font-family: arial;
	font-size: 13px;
	color: #333300;
	text-decoration: none;
}
td {
	font-family: arial;
	
	font-size: 12px;
	color: #333300;
	
	text-decoration: none;
}
p {
	font-family: arial;
	font-size: 13px;
	color: #333300;
	text-decoration: none;
      text-indent: 3px; /* Отступ первой строки в пикселах */
}

p:first-letter 
{
 color: #940F04; /* Красный цвет первой буквы */
 font-weight: bold;
}

P.dline {
 line-height: 1.5;
}



div {
	font-family: arial;
	font-size: 13px;
	color: #333300;
	text-decoration: none;
}
a img{border:0px;}
a {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #669900;
	text-decoration: none;

}

A SPAN {color: blue;}

a:visited {
	font-family: arial;
	font-size: 13px;
	color: #669900;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: arial;
	font-size: 13px;
	color: #940F04;
	text-decoration: none;

/*	color: #669900;
	text-decoration: underline;  */
}
b {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #940F04;
	text-decoration: none;
}

h1{
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: #940F04;
	text-decoration: none;
}

h2{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #940F04;
	text-decoration: none;
}

h3{
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #940F04;
	text-decoration: none;
}

h5{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #669900;
	text-decoration: none;
}

HR {
 border: none; /* Убираем границу для браузера Firefox */
 color: #940F04; /* Цвет линии для браузера Internet Explorer */
 background-color: #940F04; /* Цвет линии для браузера Firefox и Opera */
 height: 1px; /* Толщина линии */
}



