a:link {
color: blue;
text-decoration:none;
}
a:visited {
color: 000099;
text-decoration:none; 
}
a:hover { 
color: #CC3300 ; 
text-decoration:underline;
}

h2{
font-weight: bold; /*заголовок text-transform: uppercase; */
text-align: center; 
color: #000066; 
margin: 5px auto; 
}

.mytitle{
	font-weight: bold; /*заголовок text-transform: uppercase; */
	text-align: center; 
	color: #000066;  
}
.scroll .mytitle{ text-align: left; padding-left: 200px;}
.noscroll .mytitle{ text-align: left; padding-left: 200px;}

.mytitleoverlight {font-weight: bold; /*подсвеченный*/
               text-align: center; color: #660066; }
                             
a.pmenu { color: #000066;/*ссылка пункта меню*/
text-decoration:none;
}
a.pmenu:hover { color: #CC3300 ; 
text-decoration:underline;
} 
          
.mainfont { color: #000066;}/*основной шрифт*/
.overlight { color: #CC3300;}/*подсвеченный*/

.resume{color: #000066; font-style:italic;} /*пояснения к разделам, резюме*/
a.resume{ color: #000066;/*ссылка резюме*/
text-decoration:none;
}
a.resume:hover { color: #CC3300 ; 
text-decoration:underline;
} 

#banners a img
{
opacity:0.5; -moz-opacity:0.5; filter:alpha(opacity=50);
}
#banners a:hover img
{
opacity:0.9; -moz-opacity:0.9; filter:alpha(opacity=90);
}
.info_layer{
	opacity: 0.9;
	background-image:url( images/notes-1.jpg );
	padding: 2px;
}
.noscroll {
	padding: 10px; /* Поля вокруг текста */
	width: 550px; /* Ширина блока */
}
.scroll {
	overflow: auto; /* Добавляем полосы прокрутки */
	padding: 10px; /* Поля вокруг текста */
	border: solid 1px black;  /* Параметры рамки */	
}
.scrollsmall {
	 overflow: auto; /* Добавляем полосы прокрутки */
	 width: 500px; /* Ширина блока */
	 height: 150px; /* Высота блока */
	 padding: 1px; /* Поля вокруг текста */
}
.citate {
 background-color: #FFFFEE;
 padding: 10px; /* Поля вокруг текста */
 margin: 10px; /* Поля вокруг текста */
 /* border: dash 1px black;  Параметры рамки */
}
.warn {color: red;}
.glow { box-shadow: 7px 7px 70px rgba(250,250,250,0.7) }
.seoTags{
    border: dashed 1px navy;
    border-radius: 5px;
    margin: 5px;
    padding: 5px;
    font-size: 60%;
    background-color: white;
}

ul {
    list-style-position: inside; /* Маркер обтекается текстом */
}
