1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
body { text-align: center; color: #ccc; background-color: #000; } a { color: #777; } a:hover { color: #999; }