﻿.Product a, .Product a:visited, .Product a:active, .Product a:hover
{
	color: Black;
	text-decoration: none;
	border-style: none;
	text-decoration: underline;
}

.ImageProduct
{
	height: 280px;
	width: 320px;
	border-style: none;
}

.NameProduct
{
	font-size: 18px;
	font-weight: bold;
	color: Black;
}

.DescriptionProduct
{
	font-size: 12px;
	font-style: italic;
	color: Black;
}

.TitleProduct
{
	font-size: 12px;
	font-weight: bold;
	color: Black;
	text-align: right;
	margin-right: 5px;
}
