@import url("http://chaosgate.wankuma.com/Styles/SyntaxHighlighter.css");
@import url("http://chaosgate.wankuma.com/Scripts/shCore.js");
@import url("http://chaosgate.wankuma.com/Scripts/shBrushVb.js");



.powershell {
    border: #999 1px solid;
    padding: 3px;
    background-color: #039;
    color:#fff;
}
.powershell-error {
    border: #999 1px solid;
    padding: 3px;
    background-color: #039;
    color:#f00;
}
.postbody {
    color:#666666;
    font-size:small;
    font-weight:normal;
}