/* ------------------------------------------------------------------------ */
/* Title:  Stylesheet for Jallib HTML documentation                         */
/* Author: Rob Hamerling, Copyright (c) 2008..2009, all rights reserved.    */
/* Adapted by:                                                              */
/* Compiler: N/A                                                            */
/*                                                                          */
/* This file is part of jallib  http://jallib.googlecode.com                */
/* Released under the BSD license                                           */
/*              http://www.opensource.org/licenses/bsd-license.php          */
/*                                                                          */
/* Description: Style sheet for Jallib html documentation.                  */
/*                                                                          */
/* Sources:                                                                 */
/*                                                                          */
/* ------------------------------------------------------------------------ */

  body {
       color:       navy;
       background:  ivory;
       font-size:   100%;
       margin:      1em;
       padding:     0px 3px 0px 0px;
       }
  h1 {
       color:       midnightblue;
       text-align:  center;
       font-size:   200%;
       font-style:  oblique;
     }
  h2 {
       color:       midnightblue;
       text-align:  left;
       text-indent: 2em;
       font-size:   150%;
       font-style:  oblique;
     }
  p  {
       margin:      1em 3px 0 3px;
     }
  br {
       clear:       both;
     }
  a  {
       font-weight: bold;
     }
  ul,ol {
       list-style:   inside bullet;
       margin:       0;
     }

  pre {
       margin:      1em 0 1em 1em;
       font-family: courier, monospace;
       font-weight: bold;
     }
  hr {
       margin:      2em 1em 1em 1em;
     }

  table {
       border:      solid navy 3px;
       border-collapse: collapse;
       margin:      1em 0 0 1em;
       padding:     2em;
     }
  th {
       padding:     0 1em 0 1em;
       font-weight: bold;
       border:      solid navy 2px;
     }
  td {
       padding:     0 1em 0 1em;
       border:      solid navy 1px;
     }

/* end of stylesheet for Jallib */


