body {
	color: #333333; background: white;
    	font-family: Berekley,  serif; 
}
a { color: #1e44c1; }
img { border: 0}
b {font-size:120%}
#nav{
	position:absolute;
	left:150px;
	width:100px;
}

#content{
	position:absolute;
	top:50px;
	left:20px;
	border:2px;
}

#nav table{
	border:0;
	width:100%;
	height:100%;
	padding:10px
}

#nav td{
	background:#eaca75;
	border: 1px solid;
	width:80%;
	text-align:right;
}
#nav a{
	font-size:120%;
        font-weight:bold;
	color:#000000;
	text-decoration:none;
}

p.example{
	margin-left:20px;
	background-color:#bef1ee;
	border:1px dotted;
	text-align:left;
	color:#000000;
	padding:0.2em 0.4em;
	width:400px;
	font-family:monospace;
}
