body {
  background-color: #f0f7f0;
  font-family: sans-serif;
}

div.cc {
  padding-left: 0.2em;
  padding-right: 0.2em;
  text-align: right;
  color: gray;
  font-size: x-small;
  background-image: url(../images/opaque.png);
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-left: 1px solid black;
  border-top: 1px solid black;
}
div.cc a {
  color: gray;
  text-decoration: none;
}
div.cc a:hover {
  color: silver;
}

div.box {
  width: 960px;
  height: 580px;
}

div.shadow {
  margin: auto;
  margin-top: 1em;
  background-color: silver;
}

div.content {
  position: relative;
  top: -3px;
  left: -3px;
  background-color: white;
  background-image: url(../images/wood.jpg);
  border: 1px solid black;
}

h1 {
  font-size: 200px;
  float: right;
  color: gray;
  margin: 40px;
}

div.links {
  margin: 2em;
}
div.links a {
  display: block;
  width: 152px;
  margin-bottom: 1em;
}
div.links img {
  border: 1px solid black;
  border-top-color: gray;
  border-left-color: gray;
}
div.links img:hover {
  border-top-color: silver;
  border-left-color: silver;
}

