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

* {
 margin: 0;
 padding: 0;
}
body {
 background: #f7f2f9;
 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: 10px;
 padding-bottom: 9px;
}

