body {
	font:			12pt/16pt Georgia, Times New Roman, serif;
	background:		#fff;
}

#left {
	display:		none;
}

#content {
	margin:			100px 20px 0 40px;
}

a {
	color:				#999;
	text-decoration:	underline;
}

a:link, a:visited {
	color:				#999;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.alistapart.com" attr(href) ") ";
   }


#all {
	margin:			0 auto;
	width:			auto;
}

#content h1 {
	color:			#333;
}

#slogan {
	position:		absolute;
	top:			10px;
	width:			400px;
	text-indent:	60px;
	color:			#999;
	font-weight:	300;
	letter-spacing:	0.2em;
	text-align:		center;
}

#slogan span {
	color:			#999;
}

#slogan span.blau {
	color:			#999;
}

#content h2 {
	font-size:		20pt;
	height:			24pt;
	color:			#999;
}

#content h3 {
	font-size:		12pt;
	height:			16pt;
	color:			#000;
}
