body {
color:#A0A0F0;
background-color:#000000;

font-family:verdana, sans-serif;
font-size:12pt;

margin:3em;
}

/* all the attributes for text links */
a {
color:#A0F0A0;
}
a:hover {
color: #A0A0F0;
}
a:visited {
color:#D0A0D0;
}

/* All the attributes for the nav bar */
tr.navbar td {
border-style:solid;
border-width:1px;
border-color:#B0F0C0;

text-align:center;
font-size:0.8em;
font-weight:bold;
font-style:italic;
white-space:nowrap;

background-color:#303030;

margin-right:0.2em;
margin-bottom:1em;
padding:0.2em 0.5em 0.2em 0.5em;
}

tr.navbar td a {
color:white;
text-decoration:none;
}

tr.navbar td a:hover {
color:#B0F0C0;
}

/* attributes of the H1 headers */
h1 {
color:#D0A0D0;
}

/* attributes of the H3 headers */
h3 {
color:#FFFFFF;
display:fixed;
margin-top:3em;
}

/* attributes of the text for the lyrics.html liner notes */
div.linernotes {
color:#A0A0F0;
}

/* attributes of the text for the lyrics.html actual lyrics */
div.lyrics {
color:#D0A0D0;
margin-top:2em;
}

/* attributes of the song list at the top of lyrics.html */
div.songtable {
float:right;
margin:2em;
padding:1em;

background-color:#303030;
font-size:0.8em;
line-height:2em;
white-space:nowrap;
}

/* attributes for the mp3 table on /music/index.html */
table.mp3table {
align:center;
border:none;
width:100%;
}

table.mp3table td {
padding:0.4em;
font-size:0.8em;
background-color:#303030;
}

td.mp3linkcell {
text-align:left;
white-space:nowrap;
}

td.mp3sizecell {
text-align:center;
white-space:nowrap;
color:#D0A0D0;
}

td.mp3blurbcell {
text-align:right;
color:#A0A0F0;
}

/* attributes of the lyrics link and comments link at /music/index.html */
div.mp3lyricslink {
font-size:0.7em;
float:left
}

div.mp3commentslink {
font-size:0.7em;
float:right;
text-align:right:
}

/*attributes for the video clip link on the front page*/
.videoclip {
clear:left;
float:left;
margin-right:2em;
}