.main_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #082254;
	text-decoration: none;
	font-weight: normal;
}
.main_menu:hover {
	text-decoration: underline;
	color: red;
}
.news_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #082254;
	text-decoration: none;
}
.news_link:hover {
	text-decoration: underline;
	color: red;
}
.news_link2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #082254;
	text-decoration: none;
}
.news_link2:hover {
	text-decoration: underline;
	color: red;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #006;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: red;
}
.litle_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006;
	border: thin dotted #0CF;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}


ul#cmd {
	margin: 0 0 0 0;
	list-style-type : none;

}
 
ul#cmd a {
  position : relative;
}
 
ul#cmd a span {
  position : absolute;
  top : -9000px;
  left : -9000px;
  width : 400px;
  display: block;
  font-size: 80%;
  color: #000;
  text-decoration: none;
}
 
ul#cmd a:hover, ul#cmd a:focus, ul#cmd a:active {
  position : relative;
}
 
ul#cmd a:hover span, ul#cmd a:focus span, ul#cmd a:active span {
position : relative;
  top : 0px;
  left : 0px;
}