@charset "utf-8";

h1 {
  font-family: Arial, Helvetica, sans-serif;
  color: #9c3;
}

p {
  font-size: 14px;
  color: #666;
  line-height: 120%;
}

ul {
  font-size: 14px;
  color: #666;
  line-height: 150%;
}

h2 {
  font-size: 18px;
  color: #390;
  text-transform: uppercase;
  letter-spacing: 5px;
}

a:link {
  color: #030;
}

a:hover {
  color: #c60;
  text-decoration: none;
}

#footer {
  background-color: #fff;
}

.copyright {
  font-size: 10px;
  font-family: Verdana, Geneva, sans-serif;
  background-color: #fff;
}

body {
  background-color: #e0f0e4;
  margin-right: 15%;
  margin-left: 15%;
}

ul li strong {
  color: #030;
}
