@import url("screen.css"); /* default gitit screen styles */
@import url("hk-pyg.css"); /* for syntax highlighting */

pre {
 font-size:90%;
 background-color:#f8f8ff;
 color:#444;
 border:1px solid #dedede;
 padding:0.05em;
}

table {
 border:1px solid #dedede;
}

h2, h3, h4, h5, h6 { border-bottom: none; }

/* Put your custom style modifications here: */


