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

   
body {
                font-family: 'courier new', sans-serif;
                margin: 0;
              
	            background-repeat: no-repeat; }

.navarrow {
	
	z-index: 1;
    width: 25px;
	bottom: 10px;
	opacity: 100%;
	padding: 5px;

}

.navarrow:hover {
	
	opacity: 70%;
}

.nextarrow {
	
	position: fixed;
	right: 15px;
	
}

.backarrow {
	
	position: fixed;
	left: 15px;
	
}


H1 {
	
	color: white; 
	
}


  h5 {
                color: white;
				font-family: daydream;
	 text-decoration: none;
}

  h5:hover {
                color: aquamarine;
}