
/*
	RESET & BASIC SETUP
*/
* 						{ margin: 0; padding: 0; }
body 						{ font-size: 62.5%;
							 font-family: 'Lucida Grande', Helvetica, sans-serif;
							 background: #ffffff; color: #333; background-image: url(greybg.gif); background-attachment:fixed; }
table tr					{ vertical-align: top; }
/*
	STRUCTURE
*/
.post 						{ width: 500px; margin:10px;}

/*
	TYPOGRAPHY
*/
p						{ font-size: 1.2em; margin: 0 0 15px 0; }
h1						{ font-family: Helvetica, sans-serif; font-size: 4.0em;
							 letter-spacing: -1px; color: #ccc; }
h2						{ font-family: Helvetica, sans-serif; font-size: 3.0em;
							 letter-spacing: -1px; color: #ccc; }
a						{ color: #0066cc;}
a:hover						{ color: #ccc; }
