/* ========================= *
       Alcane
 * ========================= */
body {
      color:             black;
      background-color:  white;
      text-align:        left;
      font-family:       verdana,arial,sans-serif;
      font-size:         110%;
      margin-left:        60px;
      margin-right:       60px;
     }
h1   {
      text-align:        left;
      font-family:       verdana,arial,sans-serif;
      color:             green;
      font-size:         150%;
      font-weight:       bold;
     }
div.big 
        {
         color:          black;
         font-size:      180%;
        }
div.ref 
        {
         font-size:     80%;
         font-style: italic;
        }
