<style>
a { color: #FFFFFF; }

a:hover {
	border-bottom: 1px dashed red;
	color: red;
	text-decoration: none;
}

a.buynow { color: red; font-weight: bold; }

html, body {
	background-color: #fff;
	color: #353535;
}

body {
	margin-bottom: 0;
	margin-left: 20px;
	margin-right: 20px;
}

body, div, th, td, form, p, li, ul, ol {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
}
</style>