a:link { color: rgb(220, 155, 0); text-decoration: none; }
a:visited { color: rgb(220, 155, 0); text-decoration: none; }
a:hover { color: white; background-color: rgb(220, 155, 0); text-decoration: none; }
a:active { color: white; background-color: black; text-decoration: none; }

a.imglink:link { background-color: rgb(220, 155, 0); }
a.imglink:visited { background-color: rgb(220, 155, 0); }
a.imglink:hover { background-color: black; }
a.imglink:active { background-color: black; }

a.reversenav:link { color: white; text-decoration: none; }
a.reversenav:visited { color: white; text-decoration: none; }
a.reversenav:hover {  color: rgb(220, 155, 0); background-color: white; text-decoration: none; }
a.reversenav:active {  color: rgb(220, 155, 0); background-color: black; text-decoration: none; }

.backdrop { background-color: rgb(220, 155, 0); }

input.button { background-color: rgb(220, 155, 0); }
