#navigation, #header_graphic {
	display: none;
}

body, p, a, h1, h2, h3, h4, h5, td, th {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #404040;
}

body {
	background: #FFF;
	font-size: 10pt;
}

p {
	line-height: 13pt;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", serif;
	color: #36E;
	font-weight: normal;
}

a:link, a:visited {
	color: #36E;
	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) ") ";
}

#news {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 8pt;
	border-bottom: 1px dashed #4E4E4E;
}

#footer {
	border-top: 4px solid #4E4E4E;
	margin-top: 14pt;
}