/* Sectioned page system, with black & white styles
 *
 * screenbw.css
 *
 *
 */


/*
 * body		xxv--------------------------------------------------------------------------------vxx
 * level0	  ----------------------------------------------------------------------------------
 * level1	  ------v--v------------------------------------------------------------------------
 * level2	           v--v---------------------------------------------------------------------
 * level3	              v--v------------------------------------------------------------------
 * level4	                 -----------------------------------------------------------v-------
 * level5	                 --------------------------------------------------------v----------
 *
 * level6			 -----------------------------------------------------v---
 * level7			 --------------------------------------------------v---
 * main				 ---------------------------------------------------
 *
 * Result	aabbbbbbcccdddeeeffffffffffffffffffffffffffffffffffffffffffffffffffggghhhiiijjjjjjjjaa
 *
 */

/*
 * BODY
 *
 * Set the defaults for the body - the whole document
 * This will be the thin strip around the edge
 *
 */
body {
    background: rgb(40,0,153);
    color: black;
}

.centerdiv {
    background: white;
}

/*
 * Center column & set left/right edge for contents13:16 13/07/2004
 *
 *
 */
.maindiv {
    background: white;
}

h1 {
   color: black;
}

h2 {
   color: black;
}

h4 {
   color: black;
}

h4.updated {
   color: black;
}

h5 {
   color: black;
}

h6 {
   color: black;
}

p {
   color: black;
}

p.date {
}

ul {
}

.tabletext {
   color: white;
}

td {
}

P.tabletext {
   color: black;
}

.bookmarkcell {
   color: red;
   background: white;
}

.linkscell {
   color: yellow;
   background: white;
}

.fred {
}


/*
 * The order of these is important.
 */
/* All links */
a {
   color: black;
}
/* unvisited links */
a:link {
}
/* visited links   */
a:visited {
}
/* active links - The link the forward button will activate */
a:active  {
}
/* user hovers     */
a:hover   {
   color: white;
}

.contentslist {
   color: black;
}
a.contentslist {
}
a:link.contentslist {
}
a:visited.contentslist {
}
a:active.contentslist {
}
a:hover.contentslist {
   color: white;
}

.invisiblebookmark {
   /* color: rgb(160,70,43); */
}

.navigation {
   color: black;
}
.invisiblenavigation {
   color: white;
}

a.navigation {
}
a:link.navigation {
}
a:visited.navigation {
}
a:active.navigation {
}
a:hover.navigation {
   color: white;
}