@import url("http://pinzolo.wankuma.com/scripts/SyntaxHighlighter/Styles/SyntaxHighlighter.css");

a:link { text-decoration: underline; }
a:visited { text-decoration: underline; }
a:hover { text-decoration: underline; font-weight: bold; }
a:active { text-decoration: underline; }

div.title {
    font-weight : bold;
    text-decoration: underline;
}

div.content {
    padding-left : 15px;
    padding-right : 15px;
}

pre {
    font-family: Monospace;
    border-style: double;
    border-color: #4169E1;
    padding: 2px;
}

.csharpcode, .csharpcode pre {
    /*font-size: small;*/
    color: black;
    /*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #800000; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt {
    background-color: #f4f4f4;
    width: 100%;
    margin: 0em;
}
.csharpcode .lnum { color: #606060; }