/* Screen style sheet for; Buffy's Dutch Knight */
/* Author: Ton v. Lankveld */
/* Version: 2008-07-16 */

body { background-color: #000033; /* very dark blue */
       background-image: none;
       margin: 2%;
       font-family: Helvetica,Arial,FreeSans,"Liberation Sans","Nimbus Sans L",sans-serif;
       font-style: normal;
       font-size: small;
       color: #ffffff; } /* white */

a:link    {color: #9999ff;} /* light blue */
a:visited {color: #ff77ff;} /* purple */
a:active  {color: #ff7777;} /* light red */
a:hover   {color: #ccccff;} /* lighter blue */

h1 {
  text-align: center;
  font-size: 3.4em;
  color: #ff0033; /* dark red */
}

h2 {
  text-align: left;
  text-indent: 5%;
  font-size: 1.5em;
  margin-top: 2.5em; /* Extra separation between header and previouse section */
  color: #cccc00; /* yellow */
}

em { color: #cccc00; }  /* yellow */

img.thumnail { margin: 10px; }

hr {
  margin: 1em auto 0 auto;
  border: 1px solid #ffffff;
  width: 90%;
}


/* classes */

ul.navigation { margin-top: 3em; }

ul.navigation li, ul.navigation ul li, ul.navigation ul ul li, { font-weight: bolder; margin: 0.5em; }

p.center { text-align: center; }

.linksection { text-align: center; }

.linkname { font-weight: bolder;
            margin-top: 3em; } /* Extra separation between semiheader and previouse section */

.semiheader {
  font-weight: bolder;
  margin-top: 3em; /* Extra separation between semiheader and previouse section */
  font-size: 1.2em;
}

.book {
  margin-top: 3em;
  margin-bottom: 0;
}

.book img {
  margin: 0;
  border: 5px solid #fff;
}

