ul { list-style: square }
li { list-style: outside }

a:hover
{
    text-decoration: underline;
    color: lightskyblue;
    background color: gray;
}
a
{
    color: #0000cd;
    text-decoration: none;
}

