color: black;
}
a:visited {color: green;
}
a:hover {color: red;
}
a:active {color: blue;
}
a:focus {color: cyan;
}
background-color: red;
}
a:visited {background-color: pink;
}
a:hover {background-color: yellow;
}
a:active {background-color: blue;
}
a:focus {background-color: green;
}
text-decoration: none;
}
a:visited {text-decoration: none;
}
a:hover {text-decoration: underline;
}
a:active {text-decoration: underline;
}
a:focus {text-decoration: none;
}
font-family:Arial;
}
a:visited {font-family:Arial;
}
a:hover {font-family:Comic Sans MS;
}
a:active {font-family:Times new roman;
}
a:focus {font-family:Comic Sans MS;
}