/* Некоторые стили, общие для главной и внутренних страничек */

.copyright {
	text-align: center;
	margin: 0px 0px 40px 0px;
	padding: 0px;
	/*line-height: 1;*/
}

.copyright{
	text-decoration: none;
	outline: none;
	color: white;
	font-size: 11px;
	/*font-weight: bold;*/
	font-family: Tahoma, Arial, sans-serif;
	letter-spacing: 1px;
}

.copyright a {
	text-decoration: none;
	outline: none;
	color: black;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma, Arial, sans-serif;
	letter-spacing: 1px;
}
.copyright a:hover {
	border-bottom: 1px solid;
}

/*.copyright:first-letter {
	font-size: 12px;
}*/

