﻿button,
.button,
a.button,
input.button
{
  background-color: #006699;
}

button:hover,
.button:hover,
a.button:hover,
input.button:hover
{
  background-color: #004364;
}