div.main    {
                background-color: #FFEBCD;
                font-size: 12px;
                font-family: Arial
            }

h1          {
                font-size: 200%;
                letter-spacing: 0.1em;
                text-align: center
            }

h2          {
                color: #000000;
                background-color: #DEB987;
                letter-spacing: 0.2em;
                font-size: 130%;
                margin-top: 1.5em;
                margin-bottom: 0.5em;
                padding: 0.2em;
                font-weight: bold;
                border: solid #000000 1px
            }

h3          {
                font-size: 150%;
                font-weight: normal;
                text-align: center;
                font-style: italic
            }

img         {
                display: block;
                margin-left: auto;
                margin-right: auto;
                text-align: center;  /* IE doesn't do auto-margins */
            }

.inline     {
                display: inline
            }            


a           {
                color: black;
                text-decoration: none;
                font-weight: bold
            }

a:hover     {
                text-decoration: underline;
                letter-spacing: 0pt;
            }

