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

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

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

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

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

a.submenu:visited {
	font: Tahoma;
	color: #44649A; 
	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;
	}
/* окончание ссылок в тексте */

