/* ------------------------------------ *
 Basic CSS definition
 * ------------------------------------ */

p { color : olive;
    font-family : verdana;
    font-size : medium;
    margin-right: 1em;
    margin-left: 1em; }

h3 { color : lime;
     font-family : verdana;
     font-weight : bold;
     font-size : large;
     text-align: center; }


