/*
http://www.askwhy.co.uk, use freely but leave the clickable link. 
00.css, Thursday, 2 August 2007, simple page 00, Mike Magee.
*/ 
/* Page Layout */

body {
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}
.lorem {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	border: thin solid #EAF4DA;
	color: #ff0;
	margin: 10 auto;
	width: 500px;
}
