body {
  background-image: url(ryanbiller_bg800x1200.jpg);
  background-repeat: no-repeat;
  font-family: Optima;
  font-weight: normal;
}
h1 {
  font-size: 3em;
}
h2 {
}
h6 {
  font-size: 1.1em;
  font-weight: bold;
}
p {
  margin-left: 1em;
}
ul {
  display: block;
  padding-left: 13px;
}
li {
  overflow: visible;
  padding-left: 15px;
  float: left;
  padding-right: 15px;
  margin-left: 15px;
  list-style-type: none;
  margin-right: 15px;
  font-size: 2em;
}
a:link {
  border: 1px solid white;
  text-decoration: none;
  color: #666666;
}
a:visited {
  border: 1px solid white;
  color: #666666;
  text-decoration: none;
}
a:hover {
  border: 1px solid ;
  color: #cc9933;
}
a:visited:hover {
  border: 1px solid #cc9933;
  text-decoration: none;
}
a.active {
  border: 1px solid black;
  color: black;
}
a.active:hover {
  border: 1px solid black;
  color: black;
}
