body {
  background-color: #ccffcc;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  margin: 30px;
}

h1 {
  font-size: 50px;
  font-weight: bold;
  color: #006600;
}

a {
  text-decoration: none;   
}

#nav a:link {
  color: #ffffff;
}

#nav a:visited {
  color: #ffffff;
}

a:link {
  color:#0061b0;
}

a:visited{
  color:#0061b0;
}

a:hover {
  color: #99ddff;
}

#nav ul{
  list-style-type:none;
  margin:0px;
}

#nav li{
  display:inline-block;
  width: 200px;
}

#nav{ 
  background-color: #00661b;
  text-align: center;   
}

ul{
  border-style: solid;
  border-width: 2px;
  border-color: #ccffcc;
  font-size: 20px;
  padding: 3px;
}

#img{
  float:right;
}