body {
	background-color: #fdf7eb;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}

blockquote {
	margin: 15px 30px 10px 45px;
	padding: 15px 25px 10px 25px;
	background: #fff url(http://www.JoshWantsTheNobelPrize.com/images/blockquote.gif) no-repeat 5px 5px;
	border: #E1D6c6 1px solid;
}

div.main {
	padding: 8px;
	margin: 16px 2%;
	width: 720px;
}

a, a:visited, a:link, a:hover {
	text-decoration: none;
}

/* footnotes */
.fn {
	vertical-align: super;
	font-size: 60%;
}
a.gl, a.gl:link, a.gl:visited {
	color: #c00;
}
a.gl:hover {
	background-color: #ccc;
}

/* see tooltip.js */
#fixedtipdiv {
	position:absolute;
	padding: 2px;
	border:1px solid black;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
}
