
body         { background: black ; color: white; margin: 0; padding: 0;
             border: 0px none; text-align: left; font-style:normal; font-variant:normal; font-weight:normal; font-size:10pt; font-family:arial}
           
#page
             { margin: auto; width: 925px; height: 500px;}

#leftcol
             { width: 28%; height: 400px; float: left;}

#midcol
             { width: 49%; height: 400px; float: left;}

#rightcol
             { width: 22%; height: 400px; text-align: right; float: left; }
             
hr           { width: 100%; height: 1px; color: white}

h1           { font-weight: normal; font-size: 36pt; letter-spacing: 6pt; line-height: 100%; color: red; 
               margin-top: 9px ; margin-bottom: 0; }

h2           { font-weight: normal; font-size: 12pt; margin-top: 0; margin-bottom: 0; }

li           { list-style-type: square ; }

p.address    { color: red }

img          { border: 0px none; }

.redborder   { border: 1px solid red }

.floatleft   {float: left}

.floatright  {float: right}

.songtitle   {color: red}

a:link, a:visited
             { color: red; }
