﻿/* GENERIC */

/* background color for the content part of the pages */
Body
{
	font-size: 11px;
	line-height: 15px;
	font-family: Tahoma, Helvetica, sans-serif;
}

A.ProductHead
{
	font-weight: bold;
	font-size: 10px;
	font-family:  Tahoma, arial;
	text-decoration: none;
	padding-bottom: 0px;
	color: #737373;
}

A.ProductHead:link, A.ProductHead:visited, A.ProductHead:active
{
	color: #737373;
}
A.ProductHead:hover
{
	color: #5a595f;
	text-decoration:underline;
}
.ProductPrice
{
	font-size: 12px;
	color: red;
	font-family: Tahoma Verdana, Arial;
	font-weight: bold;
}