body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333333;
	color: #000000;
}
#title {
	font-size: large;
	font-weight: bold;
	font-variant: small-caps;
}
#author {
	font-size: medium;
	font-style: italic;
	background-color: #FFFFFF;
}

#time_sig, #tempo, #key, #aka, #copyright, #ccli, #themes, #key_line, #user1, #user2, #user3, #capo {
	font-size: xx-small;
	font-weight: normal;
	font-style: italic;
}
.chords {
	font-size: small;
	font-weight: bold;
}
.comment {
	font-size: x-small;
	font-style: italic;
}
.heading {
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
.lyrics {
	font-size: small;
}
#song_list {
	list-style-type: square;
}
a {
	text-decoration: none;
	color: #000000;
}
.opensong {
	font-size: xx-small;
	font-style: italic;
}

