﻿body
{
	background-color: Black;
	color: White;
	font-style: oblique;
}

A:link
{
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-style: oblique;
}
A:visited {text-decoration: none; color: white;font-style: oblique;}
A:active {text-decoration: none; color: white; font-style: oblique;}
A:hover {text-decoration: underline; color: white; font-style: oblique;}

.center1
{ 
    margin-left: auto;
    margin-right: auto;
    
}
.style1
{
    height: 532px;
}

.center1
{ 
margin-left: auto;
margin-right: auto;
}

.Description
{
	font-weight: normal;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.Title
{
	font-weight: bold;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
}
.Price
{
	color: Blue;
	font-weight: bold;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.TitleList
{
}
.PriceList
{
}