Improved Default Link Style
a { text-decoration: none; color: #08C; transition: all 0.3s ease-out; position: relative; padding: .5em; margin: -.5em; } a:hover { color: #0AF; }