body 
  { color: "#000000";
    background: "#FFFFFF"; 
    font-family: Arial, Verdana, sans-serif; 
  }
/* margin-left: 10%; margin-right: 10%; */ 

/******************************************************************************/
/**************************************/
/* HEADERS */

/* anything less than -1 doesnt work */
/* does not seem to work in molecule pages..fu
h2,h3,h4,h5,h6 { margin-left: -1%; }
*/
blockquote 
 {
    text-align: justify
 }

ul 
 {
    text-align: justify
 }

ol 
 {
    text-align: justify
 }

h1
  {
    /*  margin-left: -8%; 
    */
  }
td,th
{
    font-family: Arial, Verdana, sans-serif; 
    }

h1,h2,h3,h4,h5,h6
  {
    font-family: Arial, Verdana, sans-serif; 
  }

/*
h3
  {
    color: gray; 
  }
*/

/**************************************/
/* PARAGRAPHS */

p {
    font-family: Arial, Verdana, sans-serif; 
    text-align: justify
  }
/* .nojustify { text-align: right } */

p.changed {
    padding-left: 0.2em;
    border-left: solid;
    border-right: none;
    border-top: none;
    border-bottom: none;
    border-left-width: thin;
    border-color: red;
  }

/**************************************/
/* LINKS */

/* dsnt work in netscape 4.7+ */
/*
a:hover { background-color: "#FFFFAA" }
*/

a.plain { text-decoration: none }

a
{ 
  font-family: Arial, Verdana, sans-serif
}

/*
a:link { color: rgb(0, 0, 153) }
a:visited { color: rgb(255, 0, 0) }
a:active { color: rgb(255, 0, 0) }
*/
a:hover { color: rgb(255, 0, 0) }


/**************************************/
/* PARAGRAPHS */

ul {list-style: disc}    /* disc, square, circle  */

div.foo 
  { color: "FFFFFF"; background: "#000000"; 
    background: rgb(204,204,255);
  border:4pt lightgreen dotted;
    font-family: courier; 
/*    margin-left: 10%; margin-right: 10%; */ 
  }

div.box { border: solid; border-width: thin; width: 100% }

div.small { font-size: small }
div.smaller { font-size: smaller }

div.color
  {
    background: rgb(204,204,255);
    padding: 0.5em;
    border: none;
  }

/*
:visited { color: rgb(153, 0, 153) }
*/

.Danger {
  position:relative; color:beige;
  border:4pt lightgreen dotted;
  background: black;
  text-align:center; height:50pt; width:220pt;
  font-size:20pt; font-weight:bold 
  } 

