.buttonorange a:link { color: saddlebrown; border-color: wheat; background-color: orange; border-style: outset; font-family: Comic Sans MS; font-size: 80%; font-weight: bold; text-decoration: none; padding: 1px; margin: 1px; display: block; border-width: 4px; } .buttonorange a:visited { color: saddlebrown; border-color: wheat; background-color: orange; border-style: outset; font-family: Comic Sans MS; font-size: 80%; font-weight: bold; text-decoration: none; padding: 1px; margin: 1px; display: block; border-width: 4px; } .buttonorange a:hover { color: bisque; border-color: wheat; background-color: purple ; border-style: inset; font-family: Comic Sans MS; font-size: 80%; font-weight: bold; text-decoration: none; padding: 1px; margin: 1px; display: block; border-width: 4px; } .buttonorange a:active { color: purple; border-color: wheat; background-color: tomato ; border-style: default; font-family: Comic Sans MS; font-size: 80%; font-weight: bold; text-decoration: none; padding: 1px; margin: 1px; display: block; border-width: 4px; }