
/*
 * default.css
 *
 * Default style sheet for Willem's home page
 * (c)2000,2008 by Willem van Engen
 */

body {
  background: white;
  color: black;
}
 
a:link	   { background: white; color: #0000ff; text-decoration: none; }
a:visited  { background: white; color: #0000a0; text-decoration: none; }
a:hover    { text-decoration: underline; }

a img      { border: 0; }

.hsleftbar           { background: #000065; color: white; width: 10.5em;}
.hsleftbar A:link    { color: white; background: #000065; text-decoration: none; }
.hsleftbar A:visited { color: white; background: #000065; text-decoration: none; }
.hsleftbar A:hover   { color: white; background: #000065; text-decoration: underline; }
.hsleftbar .lactive  { color: white; background: #000065; text-decoration: none; font-weight: bold; }
.hsleftbar .d0           { color: white; background: #0000bb; }
.hsleftbar .d0 A:link    { color: white; background: #0000bb; text-decoration: none; }
.hsleftbar .d0 A:visited { color: white; background: #0000bb; text-decoration: none; }
.hsleftbar .d0 A:hover   { color: white; background: #0000bb; text-decoration: underline; }
.hsleftbar .d0 .lactive  { color: white; background: #0000bb; text-decoration: none; font-weight: bold; }

table.laytable	{ border: none; }
.hslefttop	{ background: #000065; color: #000065; }
.hstopbar	{ background: #000065; color: white; }
.hsbottombar	{ background: #000065; color: white; }

h1 {
  font-size: 175%;
  font-weight: bold;
}

h2 {
  font-size: 165%;
  font-weight: bold;
  color: #106010;
  background: white;
  font-family: "Bookman Old Style", sans-serif;
}

h3 {
  font-size: 155%;
  font-weight: bold;
  color: #601010;
  background: white;
  font-family: "Bookman Old Style", sans-serif;
}

h4 {
  font-size: 145%;
  font-weight: bold;
  color: #7f3f00;
  background: white;
  font-family: "Bookman Old Style", sans-serif;
}

.ContentsList > li.Theme:first-line {
  font-size: 115%;
  color: #801515;
  background: white;
}

IMG.LeftFloat { float: left; margin: .5em; }
IMG.RightFloat { float: right; margin: .5em; }

.footer {
  margin-top: 0;
  text-align: center;
  font-size: 75%;
  font-family: serif;
}

.icons {
  text-align: center;
}

.sitemeter {
  float: right;
}

.fortune {
  color: #303000;
  background: white;
  font-family: monospace;
  font-size: 80%;
  margin-left: 2em;
}

li.Subject { margin-bottom: 1em; }

