/* основные ссылки и их описание */
a:link {
	font: 12px Verdana;
	color: #4E6CAC; text-decoration: none;
	font-weight: 500;
}

a:visited { 
	font: 12px Verdana;
	color: #9EB3CE; text-decoration: none;
	font-weight: 500;
}

a:hover {
	font: 12px Verdana;
	color: #FF9933; text-decoration: none;
	font-weight: 500;
	text-decoration: underline;
}

a:active  {
	font: 12px Verdana;
	color: #ff6600;
	text-decoration: none;
	font-weight: 500;
}
/* окончание описания основных ссылок */

/* подменю */
a.submenu:link {
	font: 14px Verdana;
	color: #990033; text-decoration: none;
	font-weight: bold;
}

a.submenu:visited{
	font: 14px Verdana;
	color: #996633; text-decoration: none;
	font-weight: bold;
}

a.submenu:hover {
	font: 14px Verdana;
	color: #FFFFFF; text-decoration: none;
	font-weight: bold;
	text-decoration: underline;
}

a.submenu:active  {
	font: 14px Verdana;
	color: #ff6600;
	text-decoration: none;
	font-weight: bold;
}
/* подменю */


/* почта */
a.mail:link {
	font: 11px Verdana;
	color: #FFFFFF; text-decoration: none;
	font-weight: bold;
}

a.mail:visited{
	font: 11px Verdana;
	color: #FFFFFF; text-decoration: none;
	font-weight: 500;
}

a.mail:hover {
	font: 11px Verdana;
	color: #FF9933; text-decoration: none;
	font-weight: 500;
	text-decoration: underline;
}

a.mail:active  {
	font: 11px Verdana;
	color: #ff6600;
	text-decoration: none;
	font-weight: 500;
}
/* окончание почта */


/* почта */
a.linkssape:link {
	font: 8px Verdana;
	color: #ff6600; text-decoration: none;
}

a.linkssape:visited{
	font: 8px Verdana;
	color: #ff6600; text-decoration: none;
}

a.linkssape:hover {
	font: 8px Verdana;
	color: #FF9933; text-decoration: none;
	text-decoration: underline;
}

a.linkssape:active  {
	font: 8px Verdana;
	color: #ff6600;
	text-decoration: none;
}
/* окончание почта */


