/* CSS Document : Hifi speakers section styles */

/* FONT DEFINITION */
body {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	vertical-align: bottom;
}

/* MAIN NAV BAR */

.mainmenu {
	font-size: 10px;
	font-weight: bold;
	color: #020f39;
	letter-spacing: 0px;
	height: 29px;
	line-height: 26px;
}
.mainmenu a:link {
	color: #020f39;
	text-decoration: none;
}
.mainmenu a:visited {
	color: #020f39;
	text-decoration: none;
}
.mainmenu a:hover {
	color: #971c1c;
	text-decoration: none;
}
.mainmenu a:active {
	color: #971c1c;
	text-decoration: underline;
}
.mainmenu a:hover:focus {
	color: #971c1c;
	text-decoration: none;
}

/* END */
