/* Modified from Simon Willison http://www.sitepoint.com/examples/markup/blockquotes-citations-demo.html */
blockquote
{
	 border-left: 0.25em solid navy;  
	 padding: 0 1em 0 0;  
	 margin: 0.5em 1.5em 0.5em 2.5em;  
}
blockquote p.blockquotesource
{
  font-style: italic;
  font-size: 1em;
  text-align: left;
  text-indent: 0em;
  padding-top: 0.5em;
}

/* by Marlon
Created Wed, May 26, 2004
*/
div.content p.quoteLink
{
	text-indent: 0;
	margin-top: 1.5em;
}

.underlined
{
  text-decoration: underline;
}

h2
{
  margin-top: 1.25em;
}

ul
{
  font-size: 0.9em;
  margin-top: 0.25em;
}
