A  {
	font-weight : bold;
	text-decoration : none;
	color : Blue;
}

A:Visited  {
	font-weight : bold;
	color : Blue;
	text-decoration : none;
}

A:Active  {
	color : Blue;
	font-weight : bold;
	text-decoration : none;
}

A:Hover  {
	color : Red;
	text-decoration : underline;
	font-weight : bold;
}

BODY  {
	font-family : Arial;
	color : Navy;
	background-image: url("img/sneginka.gif")
}

td.menu_head  {
	font-weight : bold;
	color : White;
}

td  {
	font-size : x-small;
}

div.q  {
	color : Blue;
	background-color : ddeeff;
	border-color : 88ccff;
	border-style : solid;
	border-width : 0px;
	border-top-width : 1px;
	border-bottom-width : 1px;
	padding : 4;
}

