body {
	padding: 0;
	margin: 0;
	background: #44433F;
}

p {
	font-family: "Lucida Grande", verdana, sans-serif;
	font-size: 11px;
	color: #2D2C2A;
}

a:link {	color: #2D2C2A;	text-decoration: none;}a:hover {	color: #5F5E5C;	text-decoration: underline;	}a:visited {	color: #2D2C2A;	text-decoration: none;}