body {
 text-align: center;
 font-family: "Lucida Grande", Helvetica, Tahoma, sans-serif;
 background: #000;
 }
ul {
 list-style: none;
 }
#love-at-first-sight {
 font-size: 2em;
 margin: 20px auto;
 width: 500px;
 color: white;
 }
#home-sweet-home {
 margin: 20px auto;
 width: 650px;
 text-align: left;
 font-size: 1em;
 color: #fff;
 }
img#big-sign {
 width: 100%;
 height: 200px;
 }
p#release-button {
 margin: 16px 0;
 padding: 12px;
 border-top: 1px solid white;
 border-right: 1px solid white;
 border-bottom: 1px solid white;
 border-left: 1px solid white;
 font-size: 0.8em;
 }
#story-time p + p {
 text-indent: 1em;
 }
#story-time p.time-cue {
 text-indent: 0px;
 font-variant: small-caps;
 }
#love-at-first-sight a:link, a:visited {
 color: white;
 text-decoration: none;
 }
div.piece-a-pizza {
 margin: 0 0 16px;
 padding: 0 0 16px;
 border-bottom: 1px solid #ccc;
 }
ul#end-of-the-line {
 list-style: none;
 text-align: center;
 padding: 0px;
 margin-left: 0px;
 }
ul#end-of-the-line li {
 display: inline;
 margin: 0 8px;
 }
ol#track-list {
 margin: 12px 0;
 padding: 0px;
 }
ol#track-list li {
 margin: 4px 0;
 }
a.grand-link {
 text-align: center;
 text-decoration: none;
 font-size: 1.2em;
 }
a.grand-link:hover {
 text-decoration: underline;
 }
#playlist a:link, #playlist a:visited {
 color: #999;
 text-decoration: none;
 }
#playlist a:hover {
 text-decoration: underline;
 }