.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
}
a:link {
	color: #FF0099;
	text-decoration: none;
	cursor: hand;
}
a:visited {
	color: #FF0099;
	text-decoration: none;
	cursor: hand;
}
a:hover {
	color: #ff66cc;
	text-decoration: underline;
	cursor: hand;
}
a:active {
	color: #ff66cc;
	text-decoration: none;
	cursor: hand;
}
a.svart:link {
	color: #000000;
	text-decoration: none;
	cursor: hand;
}
a.svart:visited {
	color: #000000;
	text-decoration: none;
	cursor: hand;
}
a.svart:hover {
	color: #000000;
	text-decoration: underline;
	cursor: hand;
}
a.svart:active {
	color: #000000;
	text-decoration: none;
	cursor: hand;
}

