/* Encyclopedia Style Sheet */ 
/* Body & Background  */

body, frameset, table {font-family: Arial, Helvetica, sans-serif; 
                color: 000000; 
                background-color: f0f0f0;} 

/* Netscape can loose track of the cascade */

.foundation {font-family: Arial, Helvetica, sans-serif; 
             color: 000000; 
             background-color: f0f0f0;}

.popup {font-family: Arial, Helvetica, sans-serif; 
        font-size: .65em;
        color: 000000; 
        background-color: ffffdd;
        border: 1px none 000000;}

a:link {color: 0000FF;} 
a:visited {color: 666600;} 
a:active {color: FF0000;} 

/* Headings */ 

h1, h2 {font-size: large; 
        font-weight: bold;} 

h1 {margin-bottom: 2 em;} 

h2 {margin-bottom: 1em;} 

h3 {font-size: normal; 
    font-weight: bold;
    margin-top: 1ex;
    margin-bottom 1ex;} 

/* Lists */

ul li {list-style-type: disc;}
ul ul li {list-style-type: circle;}
ul ul ul li {list-style-type: square;}  /* level 3*/

ul ul ul ul li {list-style-type: disc;}
ul ul ul ul ul li {list-style-type: circle;}
ul ul ul ul ul ul li {list-style-type: square;} /*level 6*/

ul ul ul ul ul ul ul li {list-style-type: disc;} 
ul ul ul ul ul ul ul ul li {list-style-type: circle;} 
ul ul ul ul ul ul ul ul ul li {list-style-type: square;} /*level 9*/

/* Classes */ 

.comment {font-family: "Times New Roman", Times, serif;} 
.secret {font-family: "Courier New", Courier, mono;} 
.bttmLink {font-size: .8em;}
.minorPt {font-size: .8em;}
.footnote {font-size: .8em;}
.subtitle {font-size: .7em;}
.math {font-family: "Courier New", Courier, mono;}

.authorNote {font-family: "Bauhaus Md BT","Lucida Calligraphy", cursive;} 
.cntctMe {font-family: "Times New Roman", Times, serif; font-size: .8em;}
.nolink {color: CC33CC;} 
.notHere {text-decoration: line-through;} 




