/* Style sheet for Joy Division Shadowplay pages */

/* links not underlined */
A:link { text-decoration: none; color: #0000CC; }
A:active { text-decoration: none; color: #660099; }
A:visited { text-decoration: none; color: #660099; }
A:hover { text-decoration: none; color: #CC0066; }

/* song headings in colour */
.songhead { color: #336633; font-weight: bold; font-size: 150%; }

/* indented paragraph margin */
.indent { margin-left: 20px; }

/* displayed only if style sheets not supported */
.null { position: relative; top: 0px; visibility: hidden; }
