@import url("../../css/shared.css");

body
{
	
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
	
}

p
{
	
	color: rgb(255,255,255);
	background-color: inherit;
	
}

h2, h3
{
	
	color: rgb(255,255,255);
	background-color: rgb(0,0,0);
	
}

h3
{
	
	font-size: 1.5em;
	text-align: center;
	
}

.author
{
	
	text-align: right;
	font-size: 0.7em;
	
}

.top
{
	
	text-align: center;
	font-size: 0.7em;
	
}

a, a:link, a:hover, a:visited
{
	
	text-decoration: underline;
	color: #4CCBDD;
	
}

div.lyrics
{
	margin: 1em 0em 1em 0em;
}
