a { font-family: Arial; text-decoration: none; } a:link { /* <a>tag that not be visited */ color: black; } a:visited { color: black; } a:hover { color: green; text-decoration: underline; } a:active { color: pink; } #nav img { width: 30px; height: 30px; vertical-align: middle; }</a>