.incart
{
	background: #FFCC66;
	color: navy;
	font-size: 12px;
	font-family: Times;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
body, input, td, p, select
{
	color: #000;
	font-family: Times;
	font-size: 14px;
	font-style: italic;
}
.qty
{
	color: #000;
	font-family: Times;
	font-size: 14px;
	font-style: italic;
	text-align: center;
}
.retail
{
	color: red;
	font-family: Times;
	font-size: 14px;
	font-style: italic;
	text-decoration: line-through;
}
.normal_bold
{
	color: #000000;
	font-family: Times;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
.normal_small
{
	color: black;
	font-family: Times;
	font-size: 10px;
	font-style: normal;
}
.heading
{
	color: black;
	font-weight: bold;
	font-size: 22px;
	font-family: Times;	
	font-style: italic;
}
.verybig
{
	color: black;
	font-weight: bold;
	font-size: 52px;
	font-family: Times;	
	font-style: italic;
}
.green { color: #003300;  font-family: Times; font-size: 14px; font-style: italic;}
.green_small { color: #003300;  font-family: Times; font-size: 10px;}
.comment
{
	color: purple;
	font-family: Times;
	font-size: 10px;
	font-style: normal;
}


a.href_style:link {color: #000000;font-size: 18px;font-family: Times; text-decoration: none; font-style: italic;}
a.href_style:visited {color: #000000;font-size: 18px;font-family: Times; text-decoration: none; font-style: italic;}
a.href_style:hover {color: #cc362f;font-size: 18px;font-family: Times; text-decoration: underline; font-style: italic;}

a.href_email:link {color: #000000;font-size: 14px;font-family: Times; text-decoration: none; font-style: italic;}

a.href_email:visited {color: #000000;font-size: 14px;font-family: Times; text-decoration: none; font-style: italic;}

a.href_email:hover {color: #cc362f;font-size: 14px;font-family: Times; text-decoration: underline; font-style: italic;}

a.href_small:link
{
	color: #000;
	font-family: Times;
	font-size: 10px;
	line-height: 9px;
	text-decoration: none;
	font-style: normal;
}
a.href_small:visited
{
	color: #000000;
	font-family: Times;
	font-size: 10px;
	line-height: 9px;
	text-decoration: none;
	font-style: normal;
}
a.href_small:hover
{
	color: #cc362f;
	font-family: Times;
	font-size: 10px;
	line-height: 9px;
	text-decoration: underline;
	font-style: normal;
}
