body {
	text-align: left;
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0;
	padding: 12px;
	font-size:0.7em;
}

body * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style-type: none;
}

img {
	border: none;
}



a:link, a:visited {
	color:#BF3000;
	text-decoration: none;
}

a:hover { 

	color:#FF4848;

	text-decoration: underline;

 }




p {
	margin-bottom: 1.3em;
	line-height: 150%;
}

#wrapper {
	background: white;
	margin: 0px auto;
	width: 760px;
	text-align: left;
}

