﻿.ProductList a, .ProductList a:visited, .ProductList a:active, .ProductList a:hover
{
	color: Red;
	text-decoration: none;
	border-style: none;
}

.ImageProductList
{
	height: 70px;
	width: 80px;
	border-style: none;
}

.NameProductList
{
	font-size: 16px;
	font-weight: bold;
	color: Black;
}

.DescriptionProductList
{
	font-size: 12px;
	font-style: italic;
	color: Black;
}

