* {
	margin: 0;
	padding: 0;	
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7E8082;
	line-height: 160%;
	background-color: #eeeeee;
}

p {
	margin-bottom: 30px;
}
	
a, a:visited {
	text-decoration: none;
	color: #7E8082;
}

a:hover {
	text-decoration: underline;
}

.red {
	color: red;
}

.important {
	font-weight: bold;
	color: #00508F;
}

p.product-desc {
	width: 420px;
}

img.product-img {
	float: right;
	margin-top: -20px;
}