
/**                                        
    __     _ _        _____         ___         
 __|  |_ _| |_|___   |   __|___ ___|  _|___ ___ 
|  |  | | | | | .'|  |   __|   | . |  _| -_|  _|
|_____|___|_|_|__,|  |_____|_|_|_  |_| |___|_|  
                               |___| 
**/

body {
	background-color: #EEE76F;
}


h1 {

	font-family: "Andale Mono", cursive;
	font-size: 40pt;
	text-align: center;
}

h2 {

	text-align: center;
	font-family: "Menlo", cursive;

}

h3 {

	text-align: center;
	font-family: "Andale Mono", cursive;
}

h4 {
	text-align: center;
	font-size: 30pt;
}

a {
	text-align: center;
}


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





ul {

	text-align: center;
	list-style-type: none;
  padding: 0;
}

li {
  display: inline;

}


    li a:hover {
    background-color: black;
    text-decoration: underline;
  } 

p {

	text-align: center;
	color: black;
}


