body {
    background-color: #000052;

    color: #CCCCCC;
}

#results {background-color: #004200;}

a:link     { color: #eeeeee; text-decoration: none;}
a:active   { color: #eeeeee; text-decoration: none; }
a:visited  { color: #eeeeee; text-decoration: none; }
a:hover    { color: #eeeeee; text-decoration: underline;}

img.divider {src: 'Images/marblelin2.gif'}

#navigation {
    position: fixed;
    height:190px;
    top: 0%;
    left: 0;
    width: 100%;
    background-color: #000042
}

ul.cusp {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

ul.cusp li {
    background-image: url(Images/cusp2.gif);
    background-repeat: no-repeat;
    background-position: 0px 10px; /* xpos ypos */ 
    padding: 15px 25px; 15px; 15px; /* top right bottom left*/
    
}

ul.cusp li li {
    list-style-type: disc;
    background-image: none;
    padding: 0px;
}
