Body  {background-color: #CCCCCC;
}
a {text-decoration: none;
}
a:link {color: Purple;
}
a:visited {color: Purple;
}
a:hover {color:  red;
}
a:active {color: black;
}


