/*-- Print Styles --*/

/*--Make Links Stand Out from Regular Text--*/

a:link {
	font-weight: bold;
    text-decoration: underline;
    color: #06c;
}

/*-- Site Styles --*/
body{
	font: 16px georgia, sans-serif;
	line-height: 24px;
	color: #000;
	
	background: #fff;
}

h2{

	clear: both;
	font: 28px optima, georgia, times new roman, sans-serif;

}


h3{
	
	font: 200 20px/1.4 georgia, times new roman, sans-serif;
	}

h4{
}

p {
	
	font-size: 12pt;
	line-height: 1.5;
	font-family: georgia, times new roman, sans-serif;
}

h1{
	margin: 20px 0 0 0;
	
	font: 200 28px futura, sans-serif;
	text-transform:uppercase;
}

h1 a{
	text-decoration: none;
	color: #555;
	
}

.tagline{
font-style: italic;
color: #444;
}

#book-info .cover{
width: 200px;
float: right;
margin-right: 10px;

}
#book-info .author{
	width: 100px;

}

ul{
margin: 0;
}



/*-- show link url --*/

#content a:link:after, a:visited:after { content:" [" attr(href) "] "; }
a.contact:link:after, a:visited:after { content:" [" attr(href) "] "; }



/*-- remove navigation --*/

nav{
display:none;
}


/*--  --*/
/*--  --*/
/*--  --*/