/* основные ссылки и их описание */
a:link {
	font: Tahoma;
	color: #41895A;
	text-decoration: none;
	font-size : 14px;
	font-weight: bold;
	}

a:visited {
	font: Tahoma;
	color: #41895A; 
	text-decoration: none;
	font-size : 14px;
	font-weight: bold;
	}

a:hover {
	font: Tahoma;
	color: #FF9933; 
	text-decoration: underline;
	font-size : 14px;
	font-weight: bold;
	}

a:active  {
	font: Tahoma;
	color: #999999;
	text-decoration: none;
	font-size : 14px;
	font-weight: bold;
	}
/* окончание описания основных ссылок */

/* ссылки в тексте */
a.submenu:link {
	font: Tahoma;
	color: #41895A;
	text-decoration: none;
	font-size : 12px;
	font-weight: lighter;
	}

a.submenu:visited {
	font: Tahoma;
	color: #41895A; 
	text-decoration: none;
	font-size : 12px;
	font-weight: lighter;
	}

a.submenu:hover {
	font: Tahoma;
	color: #FF9933; 
	text-decoration: underline;
	font-size : 12px;
	font-weight: lighter;
	}

a.submenu:active  {
	font: Tahoma;
	color: #999999;
	text-decoration: none;
	font-size : 12px;
	font-weight: lighter;
	}
/* окончание ссылок в тексте */


/* ссылки в тексте */
a.submenu2:link {
	font: Tahoma;
	color: #41895A;
	text-decoration: none;
	font-size : 11px;
	font-weight: lighter;
	}

a.submenu2:visited {
	font: Tahoma;
	color: #41895A; 
	text-decoration: none;
	font-size : 11px;
	font-weight: lighter;
	}

a.submenu2:hover {
	font: Tahoma;
	color: #FF9933; 
	text-decoration: underline;
	font-size : 11px;
	font-weight: lighter;
	}

a.submenu2:active  {
	font: Tahoma;
	color: #999999;
	text-decoration: none;
	font-size : 11px;
	font-weight: lighter;
	}
/* окончание ссылок в тексте */

