@charset "UTF-8";
/* CSS Document */








.container {
	        width: 90%;
	        margin: 20px auto;
	        background-color: #FFF;
	        padding: 20px;
	    }
	    pre { border: 1px solid #CCC; background-color: #EEE; color: #333; padding: 10px; }

.leftpanel {
	float: left;
	padding: 15px;
	position: fixed;
	left: 80px;
	bottom: 60px;
	color: #E4DFD8;
}



body,td,th {
	
	font-family: applegaramond;
	font-size: 36px;
	color: #FFF;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	opacity:0.98;<!--fix for firefox font rendering -->
}
    a:link {
	text-decoration: none;
	color: #C00;
}

a.ex3:hover,a.ex3:active {
	background-color: #333;
	background-repeat: repeat-y;
	padding-bottom: 20px;
	padding-top: 20px;
	margin: 0px;
}

a:visited {
	text-decoration: none;
	color: #C00;
}
a:hover {
	text-decoration: none;
	color: #C4000E;
}
a:active {
	text-decoration: none;
	color: #BC0017;
}


