#canada {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

#counter {
  visibility: hidden;
  position: absolute;
  top: 9;
  left: 0;
}

#hidden {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.window, .window-header, .window-title { 
  font-family: Verdana;
  font-size: 8pt;
}

.window-header, .window-title {
  font-weight: bold;
}

.window-title {  
  font-size: 11pt;
}

a.no-underline {
  text-decoration: none;
  font-weight: bold;
}


