ul { list-style: square }
li { list-style: outside }

a:hover
{
    text-decoration: underline;
    color: #800000;
    background color: #c0c0c0;
}
a
{
    color: maroon;
    text-decoration: none
}

#main a:hover { color:cyan; background color: #00008b; }
#main a { color:crimson; }
