body {text-align: center;
    background: #C0C0C0 url(/images/bg1.gif);
    font:12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif helvetica, sans-serif;
}
a { color: #673783;
    text-decoration: underline;
    }
a:visited {color: #673783; }
a:hover {text-decoration: none;
        color: white;
        background: #673783;
        }
a.nound {text-decoration: none;
        color:#673783; }
a.nound:hover {color: white;}
a.head:hover {color: black;}

table {border: solid 1px black;}
table#main2 {border: 0;}
table#last {background: #D7BBE8;}
td#top {background: #D7BBE8 url(/images/logo_bg.gif) repeat-x;}
td#right {background: #E9C7DF;
}
td#dark {background: #673783;
    color: white;}
td#left {background: #E9C7DF;}
td#main {background: white;}
td#head { font-size: 14px;
            border-bottom: 1px solid black;
            background: #E695C0;
            }
td#entry { padding: 3px;
            padding-top: 7px;
            border-bottom: 1px dashed black;
            border-right: 1px solid #ccc;
            }        
p {padding: 5px;}
div#right {padding: 5px;
        } 
div#footer a {color: #D7BBE8}
h3 {color: white;
    text-align: center;
    width:100%;
    font-size:12px;
    background: #E695C0;
    margin-bottom: 3px;}


