h1,h2,h3,h4 {
	font-family: helvetica, sans-serif;
}

h1 {
  text-align: center;
  color: #6B8E23;
}

h2,h3,h4 {
  text-align: center;
  color: #808000;
}

p {
  text-align: center;
  color: #696969;
}

ul {
   text-align: center;
   color: #696969;
}

li {
   text-align: left;
   color: #696969;
}

a {
	text-decoration: none;
	text-align: center;
	color: #808000;
}

a:hover {
	border-bottom: dotted 2px;
}

code {
	text-align: auto;
	font-size: 17 px;
	font-family: monospace;
	color: #363945;
	background-color: #9BB7D4;
}

body {
	font-size: 17 px;
	background-color: #FFF8DC;
	margin-left: 78px;
	margin-right: auto;
	width: 500px;
}
