/* From A List Apart: formatting for print */
body {   
        background: white;
        text-align: left;
        color: black;    
        font-size: 13pt !important;
        line-height: 150%;
        font-family: patatino, serif;
        width: 7in;
        letter-spacing:normal;
}

#quickSummary p.notation {
        font: italic 80% verdana, helvetica, sans-serif;
        text-indent: 20%;
        text-indent: 1.5em;
        margin-bottom: .25em;
        margin-top: .25em;
}


a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }

html {width: 100%;}

h1, h2, h3, h4, h5, h6	{
	font-family: verdana, "Bitstream Vera Sans", lucida, arial, helvetica, sans-serif;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 2pt;
	letter-spacing: 1pt;
	}

code, pre	{
	font-family: "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace;
	background: inherit;
	color: #333;
	}
	
h1 a:after {font-size: 40% !important;}

a:not([href^='#']):after {
	background-color:#FFF; padding:3px;
	content:" ( " attr(href) " ) ";
   font-size: 90%;
}

.tamil, .stress {
	font-style: italic;
}

#blocked p {
  text-indent: 1.5em;
  margin-bottom: .25em;
  margin-top: 1.25em; }
}