/* custom stuff */


/*** fonts ***/
body {
		font-size: 12px;
		line-height: 130%;
		font-family: Geneva, Tahoma, Helvetica, sans-serif;
		color: #21252C;
  	    background-color: white;
  		margin-left: 7cm;
}

nav {
  		position: fixed; 
  		background-color: #3b4853; 
  		left: 0.5cm; 
  		border-radius: 10px;
  		border: 1px solid gray;
  		padding: 10px;
  		box-shadow: 10px 10px 5px #88888855;
  		height: 100%;
}

a {color: #b9e805;}

a:link,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


