body {background-color: black;
text-align: left;}



	<!-- TOP MENU -->
table.menu
{
table-layout:fixed;
border-collapse: collapse;
width:100%;
height:34;
text-align: center;
}
img.menu
{
border: 0;
height: 34;
width: 55;
}

	<!-- MAIN CONTENT -->

table.intro
{
table-layout:auto;
font-family: arial, helvetica;
font-size: 13px;
color: #00E9E9;
text-align: center;
background-color: black;
}


table.title
{
table-layout:auto;
font-family: arial, helvetica;
font-size: 13px;
color: #009000;
text-align: center;
background-color: black;
}


table.lyrics
{
table-layout:auto;
font-family: arial, helvetica;
font-size: 13px;
color: #00E900;
background-color: black;
}


table.comments
{
table-layout:auto;
font-family: arial, helvetica;
font-size: 13px;
color: #900000;
width: 76%;
background-color: black;
}


pre
{
font-family: arial, helvetica;
font-size: 13px;
color: #00E900;
}



	<!-- BOTTOM MENU -->
table.bar
{
table-layout:fixed;
width:100%;
background-image:
url('http://humanimal.tripod.com/images/bar13.gif');
background-repeat: repeat-x;
font-family: Verdana, arial, helvetica;
font-size: 8pt;
font-weight: normal;
color: black;
text-align: center;
}
a.bar:link {color:black;}
a.bar:hover {color:black;}
a.bar:active {color:black;}
a.bar:visited {color:black;}