@import url("screen.css"); /* default gitit screen styles */ @import url("hk-pyg.css"); /* for syntax highlighting */ /* Put your custom style modifications here: */ table.gridded {border: 1px solid black; border-collapse: collapse; border-spacing:2px;} table.gridded th, td {border-width: 1px; border-style: inset; border-color: gray; padding: 2px;} ul, ol, dl { margin: 0em 1em 0em 2em; }