
body { background: black;
       color: white;
       font-size: small;
       font-family: Trebuchet MS, Arial, sans-serif;
       margin-left: 10%;
       margin-right: 10% }

h1, h2, h3, h4, h5, h6 { font-family: Trebuchet MS, Arial, sans-serif }

h1  { font-size: x-large; background-color: black; color: yellow; text-align: center }
h2  { font-size: large; background-color: black; color: yellow; text-align: center }
h3  { font-size: medium; background-color: black; color: yellow; text-align: center }
h4  { font-size: small; background-color: black; color: yellow; text-align: center }
h5  { font-size: x-small; background-color: black; color: yellow; text-align: center }
h6  { font-size: xx-small; background-color: black; color: yellow; text-align: center }

hr  { background-color: black; color: #03a0fc; }

table     { border: solid;
            border-width: 0;
            border-color: #03a0fc;
            background-color: black;
            color: white;
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            text-align: center }

th        { border-color: #03a0fc;
            background-color: black;
            color: yellow }

tr        { border-color: #03a0fc;
            background-color: black;
            color: white }

td        { border-color: #03a0fc;
            background-color: black;
            color: white }

form     { border: solid;
           border-width: 0;
           border-color: #03a0fc;
           background-color: black;
           color: white;
           margin-left: auto;
           margin-right: auto;
           text-align: center }

p   { font-family: Trebuchet MS, Arial, sans-serif;
      background-color: black;
      color: white;
      text-align: center;
      font-size: small;
      margin-top: 1em;
      margin-bottom: 1em }

pre { font-family: monospace;
      background-color: black;
      color: white;
      text-align: center;
      font-size: small;
      margin-top: 1em;
      margin-bottom: 1em }

a:link    { color: #03a0fc; }
a:visited { color: #03a0fc; }
a:active  { color: yellow; }
a:hover   { color: blue; }

ol { font-family: Trebuchet MS, Arial, sans-serif;
     font-size: small;
     background-color: black;
     color: white;
     text-align: center;
     margin-top: 1em;
     margin-bottom: 1em }

ul { font-family: Trebuchet MS, Arial, sans-serif;
     font-size: small;
     background-color: black;
     color: white;
     text-align: center;
     margin-top: 1em;
     margin-bottom: 1em }