html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}

body {
	font-family: Georgia, Times, Times-Roman, TimesNewRoman, serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	line-height: 150%;
	}

p {
	margin: 0;
	padding: 0 0 15px 0;
	}
	
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0 0 8px 0;
	}

h1 {
	font-size: 32px;
	}
	
h2 {
	font-size: 24px;
	}
	
h3 {
	font-size: 18px;
	}

h4 {
	font-size: 12px;
	}
	
h1+h2 {
	padding: 15px 0 8px 0;
	}

a:focus
{
  -moz-outline-style: none;
}

#nav a, #booklinks a, div.book-detail { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	}
		
a:link {
	color: #696;
	text-decoration: none;
	}
	
a:visited {
	color: #666;
	text-decoration: none;
	}
	
a:hover {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #333;
	outline: none;
	}
	
a:active {
	color: #ccc;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
	outline: none;
	}

#masthead a {
	border: none;
	}
	
#masthead #nav a:hover {
	border-bottom: 1px dotted #333;
	}

#booklinks {
	width: 200px;
	float: left;
	text-align: right;
	margin: 0;
	padding: 100px 0 25px 0;
	}

#booklinks h3 {
	font-size: 14px;
	font-style: oblique;
	}
	
#booklinks img {
	padding: 0 0 10px 0;
	margin: 0;
	border: none;
	}

#booklinks a.booklink:hover {
	border-bottom: none;
	}
	
#booklinks ul {
	float: right;
	}
	
ol, ul {
	list-style: none;
	}

blockquote, q {
	quotes: none;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}

ul.bullets {
	list-style: square;
	margin: 0 0 0 15px;
	padding: 0;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
	}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
	}

del {
	text-decoration: line-through;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}