body {
	
	background-color:9acd32 ;
	
	text-align: center;
}
	h3 {
		text-align: center;
	}
	hr {
	color: Red;
	width: 90%;
}


.active {
	background-color: #FF9900;
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sansserif;
	font-weight: bold;
	font-size: 12px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 3px;
	margin: 1px;
	border-width: 2px;
	border-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FFCC00;
}
a:hover.active {
	background-color: #FF9900;
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sansserif;
	font-weight: bold;
	font-size: 12px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 3px;
	margin: 1px;
	border-width: 2px;
	border-style: solid;
	border-top-color: #FF6600;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FF6600;
}
.passive{
   background-color: #808080;
   color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sansserif;
	font-weight: bold;
	font-size: 12px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 3px;
	margin: 1px;
	border-width: 2px;
	border-style: solid;
	border-top-color: #D3D3D3;
	border-right-color: #696969;
	border-bottom-color: #696969;
	border-left-color: #D3D3D3;
}
.stroka{
	color: Blue;
	font-size: larger;
	font-style: normal;
	font-family: serif;
	font-weight: normal;
	font-variant: normal;
	}
.ssylka{
	color: #FFD700;
	text-decoration: none;
	font-size: larger;
	font-style: normal;
}
