/* pagestyle.css -- the model for Monty Python pages on the Wiki */

/* Bullet Images and List Information */
  UL.white { list-style-image: url(images/wsquare.gif) }
  UL { list-style-image: url(images/square.gif) }

/* Set the background/text default colors */
  BODY { background: #999966; font-family: Arial; color: maroon }
  TABLE.bar { background: #000033; color: white }
  TD.bar { background: #000033; color: white }
  TD.norm { background: #999966; color: maroon }

/* Set Default Text Properties */
  P { color: maroon; font-family: Arial }
  P.copyright { color: maroon; font-weight: bold; font-style: italic; font-size: 10pt; line-height: 9pt; font-family: Arial }
  FONT.date { color: black; font-weight: bold; font-style: italic; font-family: Arial }
  H2 { color: black; font-weight: bold; font-family: Arial }

/* Set 'normal text' (e.g. editable text) Properties */

/* Fix side-effect of link hover with TWiki in non-IE browsers */
  .norm H1 A:hover { color: maroon }
  .norm H2 A:hover { color: black }
  .norm H3 A:hover { color: maroon }
  .norm H4 A:hover { color: maroon }
  .norm H5 A:hover { color: maroon }
  .norm H6 A:hover { color: maroon }

/* Set Link Text For Normal Text */
  .norm A:link { color: black }
  .norm A:active { color: maroon }
  .norm A:visited { color: maroon }
  .norm A:hover { color: black }

/* Set ALL 'BAR' values for colors/links/styles */

/* Start with text/link colors */
  P.bar { color: white; font-size: 11pt; line-height: 150%; font-family: Arial }

/* Default Link Text */
  A:link { color: white }
  A:active { color: silver }
  A:visited { color: silver }
  A:hover { color: white }

/* Bar-Specific (sidebar navigation) Link Text */
  A.bar:link { color: white; font-style: italic; font-weight: bold }
  A.bar:active { color: silver; font-style: italic; font-weight: bold }
  A.bar:visited { color: silver; font-style: italic; font-weight: normal }
  A.bar:hover { color: white; font-style: italic }
