.menu {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
}

A.menu:visited {
  font-family: Times New Roman, Times, serif  ;
  font-size: 15px;
  font-weight: bold;
  color: #4d4d4f;
  text-decoration: none;
}

A.menu:link {
  font-family: Times New Roman, Times, serif;
  font-size: 15px;
  font-weight: bold;
  color: #4d4d4f;
  text-decoration: none;
}

A.menu:hover {
  font-family: Times New Roman, Times, serif;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

A.menu:active {
  font-family: Times New Roman, Times, serif;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

.profile {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
}

.form {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
}

.header {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
}

.contact {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
}

A.contact:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

A.contact:link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

A.contact:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: underline;
}

A.contact:active {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}