/**python.css**/

#PageBody pre {
    width: 8.5in;
    white-space: pre;
    font-family: "Lucida Console", "Courier New", monospace;
    font-size: 9pt;
    font-weight: normal;
    font-style: normal;
    line-height: 1.33;
    text-align: left;
}

.Keyword {
    color: #0000ff;
    font-weight: normal;
}

.Special {
    color: #bf00bf;
}

.Userdef {
    color: #00005f;
}


.Number {
    color: #ff0000;
    font-weight: bold;
}

.String {
    color: #bf003f;
}


.TripleQuote {
    color: #005f00;
    font-style: italic;
}

.Comment {
    color: #7f7f7f;
    font-style: italic;
}




/**eol**/
