body {
    scrollbar-face-color: #9999cc; 
    scrollbar-arrow-color: blue; 
    background: #000000 url('images/background.jpg') no-repeat fixed bottom right;
}
td.main {}
h1.topheading {
    color: #cc66ff; font-family: Andy, "Arial Rounded MT Bold"; 
    font-size: 3.5em; 
    margin: 0px;
}
.navigation {
    background-color: #122057; 
    width: 150px; 
    text-align: left; 
    border: 2px outset silver;         
    font-family: verdana; 
    font-size: 0.8em; 
    border-bottom-width: 0px; 
    color: #fff 
}
.navigation ul {
    color: #fff;
    margin: 0px; 
    padding-left: 0; 
}
.navigation ul li {
    display: block; 
}
.navigation ul li a {
    color: #fff;
    display: block; 
    background: #6D01AD; 
    width: 140px; 
    padding: 5px; 
    border: 1px solid black; 
    border-left: 10px #122057 solid; 
    color: #fff;  
}
.navigation ul li a:hover {
    display: block; 
    background: #122057; 
    color: #fff; 
    border-left-color: #6D01AD; 
}
legend {
    color: #cc66ff;
}
fieldset, fieldset a:link {
    color: #cc66ff;
}
fieldset a:visited {
    color: #d7f;
}
fieldset a:hover {
    color: #b25586;
}
td.content {
    font-family: Trebuchet MS; 
    font-size: 1.2em; 
}
td.content a:link, td.content a:visited{
    font-family: Palatino Linotype; 
    color: #b25586;
}
td.content a:hover {
    color: #F5AFD5;
}
h2 {
    font-size: 1.4em; 
    color: #b25586; }
h3 {
    font-size: 1.2em;
}
h4 {
    font-size:1.2em;
    color: #cc66ff;
}
ul {
    margin-left: 1em; }
td.emptybottombar {
    border: 2px outset silver; 
    border-top-width: 0px; 
}
td.bottombar {
    border: 2px outset silver; 
    border-left-width: 0px; 
}
img a:hover{
    border: 2px outset silver;
}
a img{
    border: none;
}
a:link {color: #eee; }
a:active {color: #eee; }
a:visited {color: #eee; }
a:hover {color: #fff; }
a {text-decoration: none; }

<--
td.navigation {color: #ff0000; border: 2px outset silver; border-bottom-width: 0px; vertical-align: top; }
-->