/* Style Sheet -- simple.css
Charles Brewer -- see aitch bee three at charliebrewer.com -- courtesty of www.nypl.org */

body	{
	margin:		0;
	padding:	0;
	font-family: helvetica, arial, sans-serif;
	color:	#000; 
	background : #fff url(../images/london_sky.jpg) no-repeat fixed middle left;  
	}	
div, p, th, td, li, dd, dl, dt    {
             /* redundant selectors to help NS4 not forget */
    font-family:  palatino, georgia, serif;
    }
a	{
	text-decoration:	none;
	font-weight:	bold;
	}
a:link	{
	color:	#699;
	background-color: transparent;
	}
a:visited	{
	color:	#999;
	background-color: transparent;
	}
a:active	{
	color:	#000;
	background-color: transparent;
	}
a:hover	{
	color:	#066;
	background-color: transparent;
	text-decoration:	underline;
	}
p	{
	margin-top: 0; padding-top: 0;
	line-height: 1.5em;
	}	
h1	{
	font-size:	34px;
	}
	
h2	{
	font-size:	22px;
	}
	
h3	{
	font-size:	20px;
	}
	
h4 {
	font-size:	18px;
	}
	
h5	{
	font-size:	14px;
	}
	
h6	{
	font-size:	12px;
	}		
h1, h2, h3, h4, h5, h6	{
	font-family: skia, helvetica, arial, sans-serif;
	font-weight: bold;
	color: #fff;
	background-color: transparent;
	margin:	10px 0 0 0;
	}
img	{
		/* turns off gaps around images */
	border:	0
	}
.content {
	padding: 10px 20px;
	margin: 15% 15%;
	border: 1px dotted #333;
	background-image: url(../images/london_sky.jpg);
	text-align: right;
	}
.vs0	{
	margin-top:	0;
	padding-top: 0;
	}
.ahem	{
	display:	none;
	}
