p#Links a {
    font-weight: normal;
    font-style: normal;
    text-decoration: underline;
    font-family: "Arial";
    font-size: 12px;
}

p#Links a:link {
    color: black;
    font-family: "Arial";
    font-size: 12px;
}

p#Links a:visited {
    color: black;
    border-color: black;
}
  
p#Links a:hover {
    color: yellow; 
}

p#Links a:active {
    color: black; 
}
