/* blue.css - Copyright (C) 2004 Pat Thoyts <patthoyts@users.sourceforge.net>*/
/* SteelBlue: #4682b4; LightSteelBlue: #b0c4de */

html {
  background:#fff;
  color:#000;
}

* {
  font-family:sans-serif;
}

A:link,A:visited { 
  text-decoration: none;
}

#header {
  color:black;
/*  background:#4682b4;*/
  background:white;
  position:fixed;
  top:0;
  left:0;
  right:0;
  padding-bottom:4px;
  font-size:smaller;
}
#content {
  color:#000;
  background:#ffffe0;
  margin-top:74px;
  margin-left:158px;
  min-height:0;
}
/*
#content h3 {
  position:fixed;
  top:52px;
  left:158px;
  right:4px;
  margin:0 0 0 0;
  padding:2px
}*/

#content h1, #content h2, #content h3 {
  color:#000;
  background:#d0d070;
}
#content pre {
  color:#000;
  background:#d0d0d0;
}
#sidebar {
  color:#000;
  background:#b0c4de;
  position:fixed;
  top:52px;
  left:4px;
  margin:0;
}
#sidebar h1 {
  color:#000;
  /* background:#b0c4de;*/
  background:#d0d070;
  border-color:#fff;
  margin:0 0 0 0;
  padding:2px;
}
#sidebar .blank {
  color:#000;
  background:#b0c4de;
}
#footer {
  color:#000;
  background:#4682b4;
}
.filetable {color:#000;background:#c0c0c0;}
.filetable tbody {color:#000;background:#fff;}
.code * {
  font-family:monospace;
}
.dk { color:#000; background:#eee; }

