/* Life of Riley stylesheet */

a {
  text-decoration: none;
  }
a:visited {
  color: #6600cc;
  }
a:hover {
  text-decoration: underline;
  }

body {
  background-color: #ffffff;
  font-family: sans-serif;
  font-size: 12px;
  margin-top: 5px;
  }

#strips a:hover {
  background-color: #ccccff;
  text-decoration: none;
  }
#title {
  float: left;
  text-align: left;
  width: 300px;
  }
#links {
  color: #bbbbbb;
  float: left;
  text-align: right;
  width: 300px;
  }
#strip {
  border: 0px;
  margin: 4px 0px 5px 0px;
  }
#text {
  display: inline;
  position: absolute;
  top: -600px;
  }
#legal {
  color: #bbbbbb;
  width: 600px;
  }