body {
	font-family:Verdana;
	font-size: 12px;
}

td {
	font-family:Verdana;
	font-size: 12px;
}

a {
	font-family:Tahoma;
	font-size: 12px;
	color:blue;
}

a:hover {
	text-decoration:none;
}

a img {
	border: 0;
}

h1 {
	font-family : Verdana,Arial,Helvetica,sans-serif;
	color : red;
	font-size : 18px;
	font-weight : bold;
}

h2 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: red;
	margin: 5px 0 5px 0;
}
nav2 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: red;
	margin: 5px 0 5px 0;
}
.product {
	margin: 10px 0 10px 0;
	text-align: left;
}
	
.product p {
	margin: 2px 0 2px 75px;
}

.product img {
	float: left;
	margin: 0 5px 0 0;
}

.nav ul {
	margin: 10px 0 10px 0;
	padding: 0 0 0 20px;
}

.nav li {
	list-style: disc;
}

.favorites {
}

.favorites h2 {
	background: #ff0000;
	color: #fff;
	padding: 2px 0 2px 0;
	text-align: center;
}

.favorites ul {
	padding: 0 0 10px 0;
}

.favorites li {
	float: left;
	width: 33%;
	display: block;
	list-style: none;
	text-align: center;
	padding-bottom: 15px;
}

.favorites img {
}

.favorites p {
	text-align: left;
	margin-top: 0;
	padding: 0 15px 0 15px;
}

br.clear {
	clear: both;
	height: 0;
}
