
a{
    color:cornflowerblue;
    text-decoration:none;
    font-family:Arial;
}

a:hover{
    text-decoration:underline;
}
ul li a{
    text-align:justify;
}