*[id^="pages-"] > a{
  cursor:pointer;
}
*[id^="pages-"] > a:focus{
  outline:none !important;
}

.status{
  background: url("../media/serverStatus.png");
}

.status #serverIP{
  font-size: 30px;
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

#k{
  margin-bottom: 40px;
}

.footerLinks > a{
  color: white;
}

.footerLinks > a:hover{
  color: gray;
}
