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


ul {
    font-family: 'Andale Mono', 'Andale Mono WT', Consolas, sans-serif;
	list-style-type: none;
	text-align:left;
    margin: 0;
    padding: 0;
    width: 175px;
    background-color:transparent;
    position: fixed;
    height: 100%;
    overflow: auto;
}

li a {
    display: block;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
}

li a.active {
    background-color:royalblue;
    color: white;
}

li a:hover:not(.active) {
    background-color:#FBE245;
    color: orangered;
}
	body{
	font-family: 'Andale Mono', 'Andale Mono WT', Consolas, sans-serif;
	text-align: left;
	background-image:url("graph-paper_fabric.jpg");
		padding-right: 200px;
		padding-bottom: 100px; 
		}
h1 {
	padding-left: 220px;
	font-size: 5.5em;
	color:#FA923B;
	line-height: 0px;		
}
h2 {
	padding-left: 230px;
	font-size: 2em;
	color:#FA923B;
	line-height: 0px;
	
	
}
h3 {
	padding-left: 220px;
	color:royalblue;	
}

h4 {
	padding-left: 220px; 
	text-decoration: underline;
}
h5{
	padding-left:220px;
	font-weight:bolder; 
}

p {
	padding-left: 220px;
}
	

	
