/* css for composer Nils Lindberg's sound pages on his website 
   by Cristin Lindqvist aka Kartis, http://www.cristinlindqvist.com */

* {
 margin: 0;
 padding: 0;
}
body {
 background: #f9f7fa;
 font: 62.5% Verdana, Helvetica, sans-serif;
 color: #262129;
 text-align: justify;
}
/* ---------------------------------------------------------------------------------------------------- */
/* ---- Link styles ---- */
a:link {
  background-color: #eeecec;
  color: #992c10;
  font-weight: bold;
  border-top: 1px dotted #c0b7c4;
  border-bottom: 1px dotted #c0b7c4;
  text-decoration: none;
}
a:hover {
  background-color: #eeecec;
  color: #e63f17;
  letter-spacing: 0em;
  border-top: 1px dotted #c0b7c4;
  border-bottom: 1px dotted #c0b7c4;
  text-decoration: none;
}
a:visited {
  color: #cc7a66;
  text-decoration: none;
}
a:active {
  color: #ffd6cc;
  text-decoration: none;
}
/* ----- Clearing ----- */
.clear {
 clear: both;
}
/* --- Paragraphs and other styles --- */
p {
 font-size: 1.1em;
 text-align: justify;
 text-indent: 0;
 padding-bottom: 9px;
}
/* ---------------------------------------------------------------------------------------------------- */
/* ---- Listen pages ---- */
#player {
 width: 320px;
 height: 23px;
 background-color: #f9f7fa;
 margin: 0;
 border: 0;
}
