body, p, font
	{
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	line-height: normal;
}

.product
	{
	font-size: 14px;
	line-height: 15px
	}

.address
	{
	font-size: 12px
	}

.prod_title
	{
	font-size: 15px;
	font-weight: bold;
	color: #900;
	line-height: 20px
	}

A:link
	{
	text-decoration: none;
	color: #FFC
	} 
	
A:active
	{
	text-decoration: none;
	color: #FFC
	} 
	
A:visited
	{
	text-decoration: none;
	color: #FFC
	}
	
A:hover
	{
	text-decoration: underline;
	color: #FFC
	}

.price
	{
	line-height: 30px
	}

li {
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: url(images/fatty_bullet.gif);
	margin-left: -5px;
	padding-left: -5px;
	}

.sidebar {
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	line-height: normal;
	}
