@st_albert -- small typo but so we don't confuse anyone --- the = in the css should be a : of course (or least I need to do that)
I would define a blockquote class for songs, so that I could apply it only where specifically needed
Code:
blockquote.song {
margin-top: 1.5em;
margin-bottom: 1.5em;
margin-left: 4.0em;
margin-right: 4.0em;
font-style: italic;
}
blockquote {
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-left: 3.0em;
margin-right: 3.0em;
}
Personal style / opinion