body {
  background-color: #e5ebff;
  background-repeat: no-repeat;
  font-size: smaller;
  font-family: osaka;
  color: #333333;
  background-position: left top;
}
h1 {
  font-family: osaka;
  font-size: 2.2em;
  color: silver;
  text-transform: lowercase;
  font-weight: lighter;
}
p {
  font-weight: lighter;
  color: #999999;
  font-size: larger;
  font-family: Osaka;
}
a:hover {
  background-color: #cccccc;
}
a img {
  border-color: #999999;
  border-width: 5px;
}
body, p, li {
  border-color: #cccccc;
  border-width: 4px;
}
h6 {
  font-family: Osaka;
  font-size: medium;
  color: #cccccc;
  font-weight: lighter;
}
a {
  text-decoration: none;
}
h4 {
  font-family: Osaka;
  font-size: small;
  color: silver;
  font-weight: normal;
}

