body {
  background: #ffeedd url("http://www.techandall.com/stockphotos/photos/flowers-plant-purple-806.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: "Comic Sans MS";
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body::before {
  content: '';
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  background: #dd9a43;
  /* IE Fallback */
 
  width: 100%;
  height: 100%;
}
nav {
  position: center;
  width: 100%;
  top: 10%;  

}
nav ul {
  background: #aa88ff;
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  position: relative;
  display: inline-block;
  margin-right: -4px;
  text-align: center;
}
nav ul li:first-child a {
  background: #aa88ff;
  width: 49px;
  padding: 15px 0;
}
nav ul li:last-child {
  margin: 0;
}
nav ul li a {
  display: block;
  background: #aa88ff;
  padding: 15px 20px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  transition: 0.2s linear;
}
nav ul li a:hover {
  background: #8855dd;
}
nav ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 240px;
  border-bottom: 4px solid #aa88ff;
}
nav ul li ul li {
  display: block;
  width: 100%;
  margin: 0;
  text-align: left;
}
nav ul li ul li a {
  display: block;
  background: #aa88ff;
  padding: 10px 15px;
}
nav ul li ul li a:first-child {
  background: #aa88ff;
  width: auto;
  border-left: 4px solid transparent;
  padding: 10px 15px;
  font-size: 14px;
}
nav ul li ul li a:hover {
  background: #8855dd;
  border-left: 4px solid #aa88ff;
}

a:link {
	color: #4400ff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #330099;
}
a:hover {
	text-decoration: none;
	color: #bbbbff;
}
a:active {
	text-decoration: none;
	color: #3300cc;
}
.style36 {font-family: "Handwriting - Dakota, Comic Sans"; font-size: 24px; }
.style37 {
	font-weight: bold;
	color: #000000;
	font-size: 28px;
}
.style36 {font-family: "Handwriting - Dakota"; font-size: 24px; }
.style37 {
	font-weight: bold;
	color: #000000;
	font-size: 28px;
}
.style39 {font-size: 12px; font-family: "Comic Sans MS";}
.style35 {font-size: 10px; font-family: "Comic Sans MS";}

.style48 {font-family: "Comic Sans MS"; font-size: 26px; font-weight: bold;
	color: #000000; }