a:link {color:red} /* unvisited link */;}
a:visited {color:green} /* visited link */;}
a:hover {font-family:Old English Text MT;font-size:25} /* mouse over link */;}
a:active {color:blue} /* selected link */;

body
 {
 background-color:yellow;
 }