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;
    }

p
    {
    line-height: 2em;
    }

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:hover
    {
    background-color: #d0d0d0;
    }



