/*                              -*- Mode: Css -*- 
 * File		     - tfeb-white.css
 * Description	     - white (smoke) tfeb css
 * Author	     - Tim Bradshaw (tfb at lostwithiel.tfeb.org)
 * Created On	     - Wed May  5 12:21:18 1999
 * Last Modified On  - Fri Aug  8 11:22:22 2003
 * Last Modified By  - Tim Bradshaw (tfb at lostwithiel)
 * Update Count	     - 79
 * Status	     - Unknown
 * 
 * $Id: //depot/www-tfeb-org/main/www-tfeb-org/css/tfeb-white.css#2 $
 */


BODY {
  background-color: #F5F5F5;
  color: black;
  font-family: sans-serif;
  margin-top: 2ex;
  margin-right: 2em;
  margin-left: 2em
}


.lisp {
  color: darkred;
}

H1,H2,H3,H4,H5 {
  color: midnightblue;
}

/* Fixed TOCs (CSS 2 defines position: fixed) */
.ft-toc { 
  float: right;
  position: fixed; 
  right: 1em; top: 1ex;  width: 25%
}

.ft-toc li {
  list-style-image: url(../images/bullet.gif)
}

.ft-body {
  margin-right: 33%;
  margin-left: 2em
}


