/* CSS style sheet for the Learn in Freedom site */

var {font-family: "Courier New", Courier, Monaco, monospace; }

body {
   margin-left: 2em;
   margin-right: 4em;
   font-family: Georgia, "Times New Roman", Times, "New York", serif;
   color: #000000;
   background: #ffffff;
     }

code {font-family: "Courier New", Courier, Monaco, monospace; }

pre  {font-family: "Courier New", Courier, Monaco, monospace; }

kbd {font-family: "Courier New", Courier, Monaco, monospace; }

hr {
   color: #66cc33; 
   background: #ffffff;
   }

h1, h2, h3, h4, h5, h6 {font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ; }

h1 {font-weight: bold;
    font-size: 1.5em;
   }

h2 {font-weight: bold;
    font-size: 1.2em;
   }

h3 {font-weight: bold;
    font-size: medium;
   }

h4 {font-style: italic;
    font-size: medium;
    margin-bottom: 0.5em;
   }

h5 {font-style: italic;
    font-size: small;
    margin-bottom: 0.2em;
   }

h6 {font-style: italic;
    font-size: small;
    margin-bottom: 0.2em;
   }

.skiptopnavbar {display: none} 

div.jingwen {
   padding: 1em;
   color: #000000;
   background: #66cc33;
   }

.microtext {
   font-size: 10%
}

