body {
   background: white;
   font-size: 12pt;
   }

#content {
   width: auto;
   margin: 0 0;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }

blockquote {font-family: courier new;
                  margin: 0.5 em 48 px 0 em 48 px;
                  font-size: 12px;
}

pre {font-size: 14px;}


/*The following header is to be used inside articles.*/

h6 {font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
margin: 0px;
padding: 0px;
background: transparent;

}

div#content {
   margin-left: 0%;
   padding-top: 1em;
   border-top: 1px solid #930;
   }

H1 {
	FONT-SIZE: 24px;
	COLOR: 517194;
	PADDING-TOP: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

H2 {
	FONT-SIZE: 18px;
	MARGIN-BOTTOM: 2px;
	COLOR: 09284B;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #8699AA;
}

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) ") ";
   }