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

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


li {
		display: inline-block;
		margin: 5pt;
		text-decoration: none;
	}

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

h1 {
	font-size: 60pt;
	color: orange;
	text-align: center;
	margin-top: 20px;
	margin-bottom: -10px;
}


h3 {
	margin-bottom: -3px;
}

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

p {padding-top: 10pt;
   font-size: 12pt;
   text-align: center;
 padding-right: 40pt;
 padding-left: 40pt;
 }
