@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
	
	a {
	color: #000000;
	text-decoration: underline;
	font-size: 16px;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #990000;
}h1 {
	font-size: 40px;
	color: #B30101;
	text-align: center;
	font-style: italic;
}
h2 {
	font-size: 24px;
	color: #01029B;
	text-align: center;
	font-style: italic;
	margin-top: -20px;
}

p {
	margin-right: 20px;
	margin-left: 20px;
	font-size: 16px;
	text-indent: 10px;
	line-height: 25px;
}

.products {
	margin-right: 15px;
	margin-left: 0px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	width: 250px;
}

.prductName{
	margin-right: 15px;
	margin-left: 0px;
	font-size: 22px;
	color: #000000;
	font-style: italic;
	font-weight: bolder;
}
