body { 
	background: #c48f5b;
}

a { font-weight:bold; color: #4c508a;}
a:visited { color: #634154; }
a:hover { color: #666441; }

#menu { 
	display:block;
	position: fixed;
	margin-left: -5em;
	width: 6em;
}
#menu>a { 
	margin-left: 5em;
	display:block;
	z-index:200;
	color: white;
	margin-bottom:1em;
	text-decoration: none;
	border-bottom: thin white dashed;
}
#menu>a:hover { 
	font-weight:bold; 
	color: #fffbc1;
}
#menu:after { content: url("guinness.png"); }


*.page { 
	position: relative;
	width: 500px;
	background:  url('graph.cell.png'); 
	padding: 3em;
	padding-top: 1em;
	margin: 3em;
	margin-left: 7em;
}
*.page:after {
	content: url("alvin.0.9mm.png");
}

*.quote { 
	color:  #880000;
}

tt, code, pre {	font: 100% Courier;}
cite { display: inline; font-style:  italic; }

*.figure {
	display:block; 
	float: right; 
	margin-left:1em; 
	opacity: 0.8;
}
*.figure>img { display:block; }
*.figure>a>img { border:none; }
*.figure>*.caption { 
	display:block; 
	text-align: center; 
	font-size: 0.75em; 
	width: 320px; 
}


