body{
	background-color: #e6ccff;
    text-align: center;
}

h1{
	font-family: "Helvetica", Arial, sans-serif;
	color: #ffff66;
	font-size: 100pt;
	text-align: center;
}
h2{
	font-family: "Helvetica", Arial, sans-serif;
	color: #ffffcc;
	font-size: 60pt;
	text-align: center;
}
h3{
	font-family: "Arial black", Helvetica;
	color: black;
	font-size: 30pt;
	text-align: center;
}

li {
  background-color: #ffff;
  display: inline-block ;
  font-size: 18pt;
  font-style: 
  width: 13%;
}  

.current-page {
		background-color: black;
		color: white;
	}
    
    li a:hover {
		background-color: yellow;
		text-decoration: ;
	
}

ul li {
  padding:13px;
}
p.ascii {
	font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
	font-size: 7pt;
}
div.non-designed-img {
	display: inline-block;
	position: center;
	padding: 20px;
	margin: 20px;
}
