* { 
	margin: 0;
	padding: 0;
}

p {
	padding-bottom: 16px;
}

body {
	background-color: #fff;
	font: 12px arial, verdana, sans-serif;
	color: #333;
	margin-left: 20px;
/*
	margin: 0 auto;
*/
	}

#content {
	width: 600px;
	}
	
h1 {
	font-size: 18px;
	}
	
h2 {
	font-size: 14px;
	}
	
a {
	color: #300;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	text-decoration: underline;
	}
	
