.button:link { color: #0f659e; text-decoration: yes; }
.button:visited { color: #0f659e; text-decoration: yes; }
.button:hover { color: red; text-decoration: yes; }
.button:active { color: #0f659e; text-decoration: none; }
