p {
  font-family:Verdana;
  font-size:16px;
  color: black; }
td {
  font-family:Verdana;
  font-size:16px;
  color: black; }
h1 {
   font-family:Verdana;
   font-size:18px;
   color:black;}
h2 {
   font-family:Verdana;
   font-size:20px;
   color:black;}
input {
  font-family: Verdana;
  font-size: 16px;
  background-color: #B0B0B0;
  color: white;
  border: 0px; }
textarea {
  font-family: Verdana;
  font-size: 16px;
  background-color: #B0B0B0;
  color: white;
  border: 0px; }

.button {
  background-color: #4d4d4d; 
  border: none;
  color: white;
  padding: 6px 5px 6px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px; 
  margin: 0px 0px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 8%;
}
.button:hover {
   background-color:navy;}

a[href^="tel"]{
    color:white;
    text-decoration:none;
}
