0 / 60 seg.

If you have the following HTML and CSS code, what color will the link with the ID #myLink be?

<a id="myLink" href="#">Click Me</a>
a { color: blue; }
#myLink { color: red; }