@charset "UTF-8";
/*	
			   _   _   _  
		      / \ / \ / \ 
		     ( L | B | R )
		      \_/ \_/ \_/ 
  
*/

body {
		background-color: turquoise;
		text-align: left;
}


a:hover {
		background-color: white;
		color: orange;
	}

h3 {
	margin-bottom: -3px;
}

h4 {
	margin-top: 13px;
	margin-bottom: 0px;
}

