a:link {color: blue;} a:visited {color: blue;} a:active {color: blue;} a:hover {color: green;} a.one:link {color: blue;} a.one:visited {color: blue;} a.one:active {color: blue;} a.one:hover {color: green;} a.two:link {color: white;} a.two:visited {color: white;} a.two:active {color: white;} a.two:hover {color: yellow;} a.style1:link {color: white;} a.style1:visited {color: white;} a.style1:active {color: white;} a.style1:hover {color: white;} td.blue { background-color: blue; color: white; } td.green { background-color: green; color: white; } td.red { background-color: red; color: white; }
|
|