a:link { color: #990033 }
a:visited { color: #660011 }
a:active { color: #cc3366 }
/* a:hover { background: #d8d8d8 } */
a:hover { background: silver }
a.left_menu { font-weight: bold; font-size: 18px; text-decoration: none }
a.left_menu:link { color: #990033 }
a.left_menu:visited { color: #660011 }
a.left_menu:active { color: #cc3366 }
a.left_menu:hover { background: #eaeaea }
body
    {
    background: white;
    background-image: url("images/dallas-background.jpg");
    font-family: Verdana, Arial, sans !important;
    margin-top: 50px;
    line-height: 2em;
    }

li
    {
    margin-bottom: 1em;
    }

@media print
    {
    body
        {
        font-family: Georgia, Times, serif !important;
        }
    td#menu
        {
        display: none;
        }
    }

p
    {
    line-height: 2em;
    }

p.acrostic
    {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: .5in;
    text-indent: -.5in;
    }

pre
    {
    font-family: Verdana, Arial, sans;
    font-size: larger;
    font-weight: normal;
    }

table#menu td
    {
    background-color: #efefef;
    border: 2px solid silver;
    -moz-border-radius: 10px;
    border-radius: 10px;
    }

table#menu td.heading
    {
    background-color: rgba(255, 255, 255, 0);
    border: 0;
    }

table#menu td:hover
    {
    background-color: #d0d0d0;
    }


table#menu h2
    {
    margin-bottom: 0;
    }

