
body, p, div, table, tr, td {
	color: #eeeeee;
	font-family: 'Courier New', courier, monospace;
	font-size: 13px;
	}
a	{
	font-family: 'Courier New', courier, monospace;
	font-size: 13px;
	color: #ffcc33;
	}
a:visited	{
	font-family: 'Courier New', courier, monospace;
	font-size: 13px;
	color: #cc9933;
	}
li	{
	color: #cccccc;
	list-style: square;
	}
pre	{
	color: #cccccc;
	}
h1, h2, h3, h4, h5, h6	{
	color: #cccccc;
	}	
h2	{
	font-family: 'Courier New', courier, monospace;
	font-size: 36px;
	}
h3	{
	font-family: 'Courier New', courier, monospace;
	font-size: 28px;
	}
h4	{
	font-family: 'Courier New', courier, monospace;
	font-size: 24px;
	}
hr	{
	color: #999999;
	height: 1px;
	}

.songtitle	{
	color: #cccc99;
	font-weight: bold;
	font-style: italic;
	}
	
.copyright	{
	font-size: 11px;
	color: #cccccc;
	}

.indent	{
	padding-left: 20px;
	}
.indentmore	{
	padding-left: 40px;
	}