.menu {
	font-weight : bold;
	font-size : 11px;
	color : Red;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
}

.mark {
	font-weight : bold;
	font-size : 9px;
	color : #008080;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
}

.news {
	font-weight : bold;
	font-size : 11px;
	color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
}

.newstext {
	font-weight : normal;
	font-size : 11px;
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
}

.price {
	font-weight : bold;
	font-size : 12px;
	color : #FFFFFF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
}

.pricetext {
	font-weight : normal;
	font-size : 12px;
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
}

.ftext {
	font-weight : normal;
	font-size : 11px;
	color : #008080;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
}

h1.ftext {
	font-weight : bold;
	font-size : 14px;
	color : #008080;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
}

a {
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Blue;
}

a:hover {
	color : Red;
	text-decoration : none;
}

a.menu {
	text-decoration : none;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #008080;
}

a:hover.menu {
	color : Red;
	text-decoration : none;
}

