/*
För body font-size = 1em:
   h1 1.5em
   h2 1.1em
   h3 1em
   p 0.74em (eller 0.8em)
   li 0.74em

För body font-size = 0.74em:
   h1 2em
   h2 1.5em
   h3 1.35em
   
För body alternativ font-size = 0.74em:
   h1 2em
   h2 1.8em
   h3 1.4em
   
*/

body {
   font-family: Georgia;
   font-size: 0.74em;
   color: #292421;
   color: black;
}

h1, h2, h3 {
   font-style: italic;
   font-weight: normal;
   margin-bottom: 12px;
}

h1 {
   font-size: 2em;
}

h2 {
   font-size: 1.8em;
   margin-top: 18px;
}

h3 {
   font-size: 1.4em;
   margin-top: 14px;
}

p, ul, ol, dl {
   margin-bottom: 12px;
}

q {
   font-style: italic;
}

code {
   font-size: 1.3em;
}

a:link, a:visited, a:hover, a:active {
   color: black;
}

a:visited {
   color: #555;
}

li {
   margin-left: 22px;
}

ul li {
   list-style-image: url("not.png");   
}

dt {
   font-weight: bold;
}

dd {
   margin-left: 22px;
   margin-bottom: 3px;
}

noscript {
   margin: 4px;
   color: red;
}

#slogan {
   position: relative;
   top: -38px;
   left: 97px;
   font-family: verdana;
   font-size: 10px;
   text-transform: uppercase;
}

.copyright {
   position: relative;
   top: 190px;
   left: 28px;
   color: #E8E4BE;
}

#lyrics p {
   width: 1100px;
   
}

.recordings li {
   list-style-image: url("speaker-icon.png");
}

.no-list-item li {
   list-style-image: none;
   list-style-type: none;
}   


.dimmed, .dimmed a:link, .dimmed a:visited, .dimmed a:hover, .dimmed a:active {
   color: #888;
}

.strike {
   text-decoration: line-through;
}

