﻿a:hover
{
    text-decoration: none;
    color: darkred;
    font-weight: bold;
    cursor: default;
}
.imagebutton:hover
{
  cursor: pointer;
}
input:hover
{
    color: darkred;
    font-weight: bold;
    cursor: default;
    text-decoration: none;
}

