body
    {
    font-family: sans-serif;
    font-size: small;
    background: none;
    }

a
    {
    text-decoration: none;
    color: #008;
    }

a img
    {
    border: none;
    }

h1 { font-size: 20pt; }
h2 { font-size: 18pt; }
h3 { font-size: 16pt; }
h4 { font-size: 14pt; }
h5 { font-size: 12pt; }
h6 { font-size: 11pt; }

table
  {
  border-collapse: collapse;
  }

td, th
    {
    padding: 3px;
    }

th
    {
    text-align: left;
    background-image: url("/site-media/image/style/fg-000-a27.png");
    border-top: 1px solid gray;
    }

td
    {
    background-image: url("/site-media/image/style/fg-fff-a27.png");
    }

th, td
    {
    border-bottom: 1px solid gray;
    border-left: 1px solid gray;
    }

th:first-child,
td:first-child
    {
    border-left: none;
    }

pre
  {
  border: 1px solid #bbb;
  background: #ccc;
  padding: 3px;
  }

.code
  {
  background: #beb;
  }

.command
  {
  background: #bbe;
  }

.file
  {
  background: #ebb;
  }

