body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:100%;   /* fix bizarre IE5.0 positioning bug */
	line-height: 1.6;
	color:#ead8ae;
	text-align:left;
	background-color:#000;
	background-image:url(images/bkgnd.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	margin-left:18px;
 }

h1 {
 font-size:125%;
 line-height:1.5;
 }

h2 {
 font-weight: normal;
 font-size: 100%;
 line-height: 1.6;
 font-style:italic;
 color:#bba35f;
 }

p {
 font-size:85%;
 }
 
img {
 border:0px;
 }
 
object {
 margin-top:18px;
 }
 
#songlist {
 font: normal 80%/1.5 verdana, arial, helvetica, sans-serif;
 color: #000;
 }
 
#songlist table {
 background-color:#000;
 color:#000;
 margin:0px;
 padding:1px;
 border:0px;
 }

#songlist table th {
 font-size: 76%;
 color:#fff;
 }

#songlist table td {
 background-color:#fff;
 }

#footer {
	background-color:#000;
	font-style: normal;
	text-align: left;
	font-weight: lighter;
	font-size: 76%;
 }

.instructions {
 font-size:76%;
 color:#fff;
 }
 

/* LINKS */

a:link {
 text-decoration: none;
 color: #fff;
 font-weight: bold;
 }

a:visited {
 text-decoration: none;
 color: #bba35f;
 font-weight: bold;
 }

a:hover {
 text-decoration: underline;
 color: #fff;
 font-weight: bold;
 }

#songlist a:link {
 text-decoration: none;
 color: #000;
 }

#songlist a:visited {
 text-decoration: none;
 color: #bba35f;
 }

#songlist a:hover {
 text-decoration: none;
 color: #6c0d26;
 font-weight: bold;
 }

