/* CSS Document */
/*styles a button to look like a link. for "allusers.php" and "users.php" */
.blink {
background-color: transparent;
border: none;
color: #a41e22;
font-family:"Verlag A";
font-size: 16px;
padding: 0px 0px;
text-decoration: none;
cursor: pointer;
}

.blink:hover {
background-color: transparent;
color: black;
text-decoration: underline;
}