/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif, Arial, Helvetica;
	background-color: white;
}
#mast {
	margin-bottom: .5in;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#content {
	font-size: 11pt;
visibility: visible
}
a:link, a:visited {
   color: #520;
   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) ") ";
   }
h1 {
	font-size: 17pt;
}
h2 {
	font-size: 15pt;
}
h3 {
	font-size: 13pt;
}
#nav {
	display: none;
}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	font-size: 9pt;
	padding-top: 1%;
	margin-top: 5%;

}
.top {
	display: none;
}
