body, h2, p { font-size: 12px; }
h1 { font-size: 17px; }

body { 
	width: 640px;
	background: #1d1d1d;
	color: white;

	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1, h2 { 
	margin-top: 5px;
	margin-bottom: 2px;	
}

p { 
	margin-top: 2px;
	margin-bottom: 12px;
}

body a {
	color: blue;
}

