@charset "windows-1251";
.mylink {
	font-family: verdana;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.mylink:hover {
	font-family: verdana;
	font-weight: bold;
	color: #4444ff;
	text-decoration: underline;
	cursor: hand;
}
.mylink:visited {
	font-family: verdana;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.mylink:visited:hover {
	font-family: verdana;
	font-weight: bold;
	color: #4444ff;
	text-decoration: underline;
	cursor: hand;
}

