/* CSS Document */

html,body {
	height: 100%;
}

body {
	background-color: #FFCC99;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.product_links
{
	font-size: 12px;
	margin: 0;
	padding: 0;
	margin-top: 4px;
	text-decoration: none;
}

