/* vanilla.css */

A:active { color: #999900; }
A:link { color: #009900; }
A:visited { color: #990000; }

body { background-color: #FFFFCC;
       color: #333333;
       font-family: Verdana, sans-serif; }

em, i { color: #000099; }

h2, h4, h6 { text-align: center; }

ol li { font-family: Courier New, serif; }

p { font-family: Courier New, serif; }

strong, b { background-color: #000099;
            color: #FFFFCC;
            font-weight: 500; }

ul li { font-weight: bold; }

ul li ul li { font-family: Courier New, serif;
              font-weight: 500; }