body {
  background: black url(vines.jpg) 0 0 no-repeat fixed;
  border:0;
  margin:0;
  padding:0;
}
div#content {
  background: #468 url(vines-bg.jpg) 0 0 no-repeat fixed;
  position: absolute;
  top: 26px;
  left: 200px;
  width: 600 px;
  color: #EED;
  padding: 10px;
  border: solid #FFCC99;
}
div#links a:hover {
 background: transparent url(vines-bg.jpg) 0 0 fixed;
 color: #000000;
}
div#links a {
 background: transparent url(vines-dark.jpg) 0 0 fixed;
 display: block;
 text-align: center;
 font: bold 100% sans-serif;
 padding: 5px 10px;
 margin: 0 0 2px;
 border-width: 0;
 text-decoration: none;
 color: #FFC;
}
div#links {
 position: absolute;
 top: 52px;
 left: 0;
 width: 200px;
 height: 700px;
}
p#foot {
  font-size:80%;
  font-family:Arial;
  font-weight:600;
  color: black;
}
p {
  font-size:105%;
  font-family: Arial;
  font-weight:600;
  color: black;
}
select {
  font-size:75%;
  font-family: Arial;
}
h1 {
  font-size:250%;
  font-family: Arial;
  font-weight:900;
  color: black;
}
h2 {
  font-size:200%;
  font-family: Arial;
  font-weight:700;
  color: black;
}
h3 {
  font-family: Arial;
  color: black;
}
li {
  font-family: Arial;
  font-weight:600;
  color: black;
}
td {
  font-family: Arial;
  font-weight:600;
  color: black;
}
a {
  font-family: Arial;
  font-weight:600;
}
a:hover {
 text-decoration: none;
 color: #000;
}
a {
 text-decoration: underline;
 color: #000;
}
