A:link {
  color: blue;
  text-decoration: none
}

A:visited {
  color: blue;
  text-decoration: none
}

A:active {
  color: blue;
  text-decoration: none
}

A:hover {
  color: red;
  text-decoration: underline
}

A.white:link {
  color: white;
  text-decoration: none
}

A.white:visited {
  color: white;
  text-decoration: none
}

A.white:active {
  color: white;
  text-decoration: none
}

A.white:hover {
  color: white;
  text-decoration: underline
}

BODY {
  font-family: helvetica, arial, sans-serif;
  background: aqua;
}

.mainLogo {
  color: #ffd0c0;
  text-decoration: none;
  border-style: none;
}

.mainTopInfo {
  font-size: small;
  color: red;
  background: white;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  padding: 1ex 1ex 1ex 1ex;
  font-weight: bold;
  font-size: 10pt;
}

.langSelectionMainTopBox {
 
  border-width: 0 0 0 0;
  border-color: aqua;
  border-style: none;
  
  padding: 10px 15px 10px 15px;
  
  font-weight: bold;
  font-size: small;
  text-align: left;
}

.mainBottomInfo {
  background: #f0f0f0;
  padding: 1ex 1ex 1ex 1ex;
  font-weight: bold;
  font-size: 10pt;
}

