/*Изменение горизонт. черты*/
hr{
	height: 1px;
	background-color: Black;
}

/* Изменение ссылок*/
a{
	text-decoration: underline;
	font-weight: bold;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
}
a:link {
	color: Black;
}
a:visited{
	color: Black;
	font-size: 16px;
}
a:hover{
	color:#0099FF;
	font-size: 16px;
}
a:active{
	color: #FF0033;
	font-size: 16px;
}

/*меню*/
a.menu{
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 16px;
	font-weight: bolder;
	
	/* CSS3 тень текста */
	text-shadow: 0 0 10px White;
}
a.menu:link {
	color: Black;
	font-size: 16px;
}
a.menu:visited{
	color: Black;
	font-size: 16px;
}
a.menu:hover{
	color: #996600;
	font-size: 17px;
}
a.menu:active{
	color: #996600;
	font-size: 16px;
}


/*Ссылки для index, класс "link"*/
a.link{
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
	font-size: 12pt;
	color: #996600;
}
a.link:visited{
	color: #996600;
}
a.link:link{
	color: #996600;
}
a.link:hover{
	color:#0099FF;
}
a.link:active{
	color: #FF0033; 
}

/*Ссылки для index, класс "link2"*/
a.link2{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 12pt;
}
a.link2:visited{
	color: #3333FF;
}
a.link2:link{
	color: #3333FF;
}
a.link2:hover{
	color: #FF0033;
}
a.link2:active{
	color: orange; 
}

/* Изменение ссылок для главного меню*/
a.link3{
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 12pt;
}
a.link3:link {
	color: #336699;
}
a.link3:visited{
	color:#336699;
}
a.link3:hover{
	color:Navy;
}
a.link3:active{
	color: Blue; 
}

/* Стили для авторов */
h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: Green;
	font-family: Georgia;
	font-weight: bolder;
}
h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	color: Gray;
	font-family: Calibri;
	font-weight: bolder
}
h3{
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: Red;
	font-family: Georgia;
	font-weight: bolder;
}
h4{
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	color: Red;
	font-family: Georgia;
	font-weight: bolder;
}
h5{
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: Red;
	font-family: Georgia;
	font-weight: bolder;
	padding-left:60px
}

#a2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
}
a.sape {
	font-size:14px; 
	font-family:"Times New Roman"; 
	font-weight: normal; 
	text-decoration:none;
}
a.sape:visited{
	color: Blue;
}
a.sape:link{
	color: Blue;
}
a.sape:hover{
	color: Blue;
}
a.sape:active{
	color: #FF0033; 
}