  /* for the printable (condensed) course guide, guidex.htm */
BODY {
        margin: 0px 10px 0px 0px;     /* top, right, bottom, left */
        background-image:none;
        font-family: "Times New Roman", Times, Garamond, serif;
        font-size:14px;
        }

H2, H3, SMALL {
        font-family: Arial, Impact, Verdana, sans-serif;
        }
H2 {
        margin:15px 0px 5px 0px;
        font-size:28px;
        font-weight:normal;
        color:#00f;
        }
H3 {
        font-size:18px;
        font-weight:normal;
        color:#f00
        }
SMALL {
        font-size:10px;
        color:#c09;
        }

