
A 
{ 

 text-decoration: none; /* Отменяем подчеркивание у ссылки */
}

.subarticle {
	line-height: 1.5;
font-family:verdana;
font-size:14; 
}

.subarticle h1 {
	line-height: 1.5;
font-family:verdana;
font-size:14;
font-weight:bold;
}

.subarticle .author {
	margin-bottom: 10px;
	text-decoration: italic;
	font-size: 11px;
	margin-left:10px;
	color: gray;
}

.subarticle .text {
	
	margin-left:10px;
}

.article {
	line-height: 1.5;
font-family:verdana;
font-size:14;
	margin-left:10px;
}

.article h1 {
	line-height: 1.5;
font-family:verdana;
font-size:14;
font-weight:bold;
	margin-left:10px;
}

.article .author {
	
	text-decoration: italic;
	font-size: 11px;
	margin-left:10px;
	color:gray;
}

.article .text {
	color: black;
}

.article .date {
	margin-bottom: 10px;
	color: 35322D;
	margin-left:10px;
}
body
{
margin-top:0px;
margin-right:0px;
margin-left:0px;
margin-bottom:0px;
}
p.history
{
line-height: 1.5;
font-family:verdana;
font-size:16;
text-align:justify; 
}
p.guest_book
{
margin-left:15px;
}
p.guest_book_1
{
margin-left:10px;
}
p.sasha
{

margin-left:5;
font-family:verdana;
color:white;
font-size:17;
}


A.silka:link    
{ 

color: #143BE1
}    /* непосещенные ссылки */
A.silka:visited 
{ 
color:  #143BE1
}   /* посещенные ссылки */
A.silka:hover
{
color:red;
}
A.silka 
{ 
font-size:13;
 text-decoration: none; /* Отменяем подчеркивание у ссылки */
 margin-left:5px;
}
p.zagolovok
{
font-family:verdana;
font-size:15;
font-weight:600;
color:#FF8256;

}