/*==================================================*/
body,td    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 80%;
    font-weight: normal;

    color: #FFFFFF;

    text-transform: none;
    text-decoration: none;
    text-align: left;
    }
/*==================================================*/
p    {
    margin-left: 20px;
    margin-right: 20px;
    }
/*==================================================*/
h1     { /* main page heading only */
    font-size: 140%;
    font-weight: bold;
    letter-spacing: 1px;

    color: #000000;

    padding-top: 16px;
    padding-left: 10px;
    }
/*==================================================*/
h2    { /* main heading */
    font-size: 110%;
    font-weight: bold;
    letter-spacing: 1px;

    background-color: #666666;
    display: block;

    margin-top: 40px;

    padding-left: 20px;
    padding-bottom: 2px;
    padding-top: 2px;

    border-top-style: solid;
    border-top-color: #666666;
    border-top-width: 2px;

    border-bottom-style: solid;
    border-bottom-color: #666666;
    border-bottom-width: 2px;
    }
/*==================================================*/
h3     { /* first sub-heading */
    font-size: 110%;
    font-weight: bold;
    letter-spacing: 1px;

    color: #CCCCCC;

    margin-top: 20px;

    padding-left: 20px;
    padding-bottom: 2px;
    padding-top: 2px;

    border-top-style: solid;
    border-top-color: #333333;
    border-top-width: 2px;

    border-bottom-style: solid;
    border-bottom-color: #333333;
    border-bottom-width: 2px;
    }
/*==================================================*/
h4    { /* second sub-heading */
    font-size: 100%;
    font-weight: bold;
    font-style: normal;

    color: #FFFFFF;

    margin-left: 20px;
    margin-bottom: -18px;
    }
/*==================================================*/
ul    {
    margin-right: 20px;

    list-style-type: square;
    }
/*==================================================*/
li    {
    margin-top: 20px;
    }
/*==================================================*/
ol    {
    margin-right: 20px;
    }
/*==================================================*/
a     {
    font-weight: bold;

    color: #FFFFFF;

    text-decoration: underline;
    }
/*==================================================*/
a:hover    {
    font-weight: bold;

    color: #FFFFFF;

    text-decoration: none;
    }
/*==================================================*/
pre    {
    font-size: 100%;

    color: #cccccc;

    margin-left: 60px;
    margin-right: 20px;
    }
/*==================================================*/
.code,code {
    font-family: Verdana, Arial, Helvetica, sans-serif;

    color: #FF0000;
    }
/*==================================================*/
.formuli,var {
    font-size: 100%;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 1px;

    color: #00FFFF;

    text-align: center;
    }
/*==================================================*/
.indent    {
    margin-left: 60px;
    margin-right: 20px;
    }
/*==================================================*/
.note { /* Important Note: heading */
    font-size: 110%;
    font-weight: bold;

    color: #FF0000;

    margin-left: 0px;
    margin-right: 0px;

    padding-left: 20px;
    padding-top: 10px;

    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #666666;
    }
/*==================================================*/
hr     { /* dividing line between sections */
    height:1px;

    color: #666666;

    margin-left: 0px;
    margin-right: 0px;
    }
/*==================================================*/