@charset "utf-8";
/* THIS IS THE CSS STYLE SHEETS FOR www.wingluke.org/marketplace.html */

body {
	text-align: center;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	border: solid 2px gray;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body div {
	padding: 5px;
}

a:link {
	color: #820000;
	text-decoration: underline;
}

a:visited {
	color: #820000;
	text-decoration: underline;
}

a:hover {
	color: #820000;
	text-decoration: underline;
}

a:active {
	color: #820000;
	text-decoration: underline;
}