.menu, .menu a:link, .menu a:active, .menu a:visited {
	font: bold 12px Tahoma;
	color: White;
}

.menu a:hover {
	font: bold 12px Tahoma;
	color: White;
	text-decoration: none;
}

.productTitle, .productTitle a:link, .productTitle a:visited, .productTitle a:active {
	font: Bold 12px Arial;
	color: #E2A5A4;
}

.productTitle a:hover {
	font: Bold 12px Arial;
	color: #E2A5A4;
	text-decoration: none;
}

.title {
	font: 24px Arial;
	color: #350201;
}

.normal, .normal a:hover {
	font: 13px Arial;
	color: white;
	text-decoration: none;
}

.normal a:link, .normal a:active, .normal a:visited  {
	font: 13px Arial;
	color: White;
	text-decoration: underline;
}

.button {
	border: none;
	font: Bold 12px Tahoma;
	color: #350201;
	background-color: #E4979D;
	height: 24px;
	width: 100px;
}