/* värit */

body { background: #ccffcc;
    color: black; }
h1, h2, h3, h4 { background: #99ff99;
    color: black; }
a:link, a:link *
 { color : #003300; background : transparent ;
   text-decoration: underline}
a:visited, a:visited *
 { color : #006633; background : transparent ;
   text-decoration: underline}
a:link:hover, a:link:hover *,
a:visited:hover, a:link:hover *
 { color : #003300; background : #99ffcc ;
   text-decoration: none; }
a:link:active, a:link:active *
 { background: #f4b530;
   color: #780600;
   text-decoration: none; }
a:visited:active, a:visited:active *
 { background: #f4b530;
   color: #780600;
   text-decoration: none; }
.tekijälista { background: #99ff99; }
.nuottilista { background: #66ff66; }

/* fontti ja koko */

body { max-width: 40em; }
body { font-family: "Times New Roman", serif;
    font-size: 100%; }
@media print {
    body { font-family: Georgia, "Times New Roman", serif; } }
h1, h2, h3, h4 { font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-weight: normal; }

h2 { font-size: 150%; }

/* sijoittelu */

body { margin-left: 0;
    padding 0; }
h1, h2, h3, h4 { margin-left: 0;
    padding-left: 0.5em; }
p { margin-left: 5em;
    padding: 0.2 0; }
ul, ol { margin-left: 5em;
    padding-left: 0.2em }

.ingressi { font-weight: bold; }
.footer { margin-left: 0.5em; }
.tekijälista { width: 50%;
    padding: 0.2em 0 0 0.2em;
    margin-left: 5em;
    margin-right: auto;
    list-style-type: none; }
.nuottilista { width: 50%;
    padding: 0.2em 0 0 0.2em;
    margin-left: 5em;
    margin-right: auto;
    list-style-type: none; }

/* li { list-style-type: none; } */
