
Font.front {
  color: white;
  font-size: medium;
}

A:link {
  color: white;
}

A:visited {
  color: yellow;
}

A:active {
  color: red;
  text-decoration: none;
}

A.normal:link {
  color: blue;
}

A.normal:visited {
  color: blue;
}

A.normal:active {
  color: red;
  text-decoration: none;
}

.hide {
  display: none;
}

.medium {
  font-size: medium;
}

p.copyright, address {
  font-family: Arial, sans-serif;
  font-size: small;
}

.navbar {
  font-family: Arial, sans-serif;
  text-decoration: none;
  font-weight: bold;
  font-size: smaller;
}

A:hover {
  color: #F1040E;
}

