body{
font-weight: normal;
background: black;
color: white;
font-size: 12pt;
text-align: left;
font-family: Georgia, Verdana, Arial, Times, sans-serif;
}
div{
font-weight: normal;
}
div.lyrics{
width:300px;
background:black;
color:white;
font-size:12pt;
font-weight: normal;
}

div.textpage {
width: 500px;
background: black;
color:white;
font-size: 12pt;
font-weight: normal;
}
div.fullpage{
width: 65%;
background: black;
color:white;
font-size: 12pt;
font-weight: normal;
}
div.left {
float: left;
background: black;
color:white;
font-weight: normal;
width: 48%;
}

div.right {
float: right;
width: 48%;
background: black;
color:white;
font-weight: normal;
}

img.floatleft { 
float: left;
margin: 8px; 
}
img.floatright {
float: right; 
margin: 8px; 
}

img.floatrightclear { 
float: right; 
clear: right; 
margin: 8px; 
}
ul{
list-style:none;
}
a:link {
text-decoration: underline;
background: black;
color: white;
}

a:visited {

text-decoration: underline;
background: black;
color: gray;
}

a:hover{
text-decoration: underline;
font-weight: normal;
background: black;
color: purple;
} 

h1{

background: black;
color: white;
font-weight: bold;
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
text-align: center;
font-size: 20pt;
}

h2{
font-weight:bold;
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
background: black;
color: purple;
font-size: 16pt;
}


h3, h4, h5, h6{

background: black;
color: white;
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
font-size: 14pt;
font-weight: bold;
}

p{
background: black;
color:white;
font-weight: normal;
padding: 5px 20px 0 5px;
}


