
body {
  background-color: #FCF3CF ;
}

h1 {
  color: green;
  text-align: center;
  font-size: 50px;
}

p {
  font-family: verdana;
  font-size: 20px;
}

a:link {
  text-decoration: none;
  padding-bottom: 40px;
  color: #34495E;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

ol li {
	padding-bottom: 20px;
	font-size: 30px;
	color: #34495E;
}

nav  {
	font-size: 35px;
	color: #34495E;
}