html, body, div, p, ul , ol, a { margin: 0; font-family:"Calibri"; }
a { color:rgba(35,35,35,1);text-decoration:none; }
a:visited { color:rgba(99,99,99,.9); }
a:hover { color:rgba(233,35,35,1); }
a:active { color:rgba(255,5,5,1); }
.link a[role="button"], 
.link button[role="button"] { max-width: 10em; max:height: 2em; margin: 0 auto; }
.file-play, .file-midi {
    line-height: 1.5;
    padding: 3px 0 6px 30px;
}
.file-play {
    background: url("images/button-play-64.png") no-repeat scroll 0 0 / 27px auto rgba(0, 0, 0, 0);
}
.file-midi {
    background: url( 'images/file-midi-64.png' ) no-repeat 0 0 /27px rgba(0,0,0,0);
}
.main { margin:0 auto }
.width10pc { width:10%; }
.width25pc { width:25%; }
.width33pc { width:33%; }
.width80pc { width:80%; }