/*when hovering over a link it turns red*/
a:hover {
    color: red;
}