
body {

	background:  white;
	font: 1.0em sans-serif;
	padding: 1em;
	padding-right:20%;
	
}


#title {

	display:  		block;
	font-size:		72px;
	width:			auto;
	opacity:		0.10;
	position:		fixed;
	background:		white; 
	color:			#222;
	letter-spacing:	 0.5em; 
	z-index:-1;

}

#menu {

	display:		block;
	opacity:		0.5;
	margin-left:	80%;
	width:			15%;
	position:		fixed;

}

#menu>a { 
	display: 			block;
	padding: 			0.5em;
	text-align:			right;
	text-decoration:	none;
	color: 				#222;
}

a       { text-decoration:none; }

*.quote { color:  #866; }

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

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


a:link    { color: #444488;   text-decoration: none; }
a:visited { color: #444488;   text-decoration: line-through; }
a:hover   { color: #448844;   text-decoration: none; }





