html, body
{
  background-color: #204A87;
}

#Center-Container {
  position: relative;
}

#id_div_center {
  width: 100%;
  height: 50%;
  overflow: auto; -webkit-overflow-scrolling: touch;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  border: solid 4px #73D216;
  border-radius: 15px;
  background-color: white;
}  


.centerAligned {
  vertical-align: middle;
}

a.wikilink1 {
    color: #0000EE !important;
}

a:visited{
    color:blue;
}