@charset "ISO-8859-1";
.sidemenu {
	font-family: Skia, "Hoefler Text";
	font-size: 14px;
}
/*
.sidemenu a {
	text-decoration: none;
	font-family: Skia, "Hoefler Text";
	color: #88221C;
	font-weight: normal;
}

.sidemenu a:hover {
	text-decoration: none;
	color: #000000;
	font-family: Skia, "Hoefler Text";
}

.sidemenu a:visited {
	text-decoration: none;
	color: #88221C;
}
*/
a {
	text-decoration: none;
	color: #88221C;
	}
a:hover {
	text-decoration: underline
}
a[sidemenu]:hover {
text-decoration: inherit; 
color: inherit; 
background: inherit
}
