.link1 {
  font-family: "Arial Cyr", Arial;
  color: #E9E9E9;
  text-decoration: none;
  font-size: 12px;
}

.link1:hover  {
	color: #FFFFFF;
	text-decoration: underline;
}

.link2 {
  font-family: "Arial Cyr", Arial;
  font-size: 11px;
  color: #666666;
  text-decoration: none
}

.link2:hover  {
	color: #000000;
	text-decoration: underline;
}

.link3 {
  font-family: "Arial Cyr", Arial;
  font-size: 10px;
  color: #FFFFFF;
  text-decoration: none
}

.link3:hover  {
	color: #FFFFFF;
	text-decoration: underline;
}


.meniubold {
	font-family: "Arial Cyr", Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;

}

.meniubold:hover  {
	color: #000000;
	font-weight: bold;

}

.meniubold2 {
  font-family: "Arial Cyr", Arial;
  font-size: 10px;
  color: #FFFFFF;
  text-decoration: none
}

.meniubold2:hover  {
	color: #FFFFFF;
	text-decoration: underline;
}

