/* --------------------------------- */
/* CSStdLiveryNN4.css                */
/* --------------------------------- */
/* Created       2001-09-27          */
/* Issued        2001-09-30          */
/* Modified      2002-05-17          */
/* Last checked  2002-05-17          */
/* Copyright (c) 2001-2004 by        */
/* Philip Shaw, all rights reserved. */
/* --------------------------------- */
/* NO LONGER USED */
/*
  These styles are made exclusive to
  from Netscape 4 by a conditional
  Javascript document.write()
  statement, and supplemented by
  CSStdLiveryCommon.css, which is
  visible to all CSS user agents.
  See: /scripts/NN4Style.js
*/
.URI, P .CS, UL .CS, OL .CS{
  font-size:        105%;
}
BODY{
  color:            #000;
  background:       url(/images/CodeStyleFeintCrop.gif)
                    no-repeat
                    #FFF;
}
DT, TH{
  color:            #039;
  background:       #FFF;
}
.WideNav{
  text-align:       right;
}
#SiteSearch{
  background:       #EEF;
  color:            #000;
  border:           solid 1px #CCC;
}
#Sidebar{
  background:       url(/images/CodeStyleFeintCrop.gif)
                    no-repeat
                    #FFF;
  color:            #000;
  border:           solid 1px #CCC;
}
.Box, .MenuBox{
  border:           solid 1px #CCC;
}
PRE{
  background:       #EEE;
  color:            #039;
  border:           none;
  white-space:      pre;
}

