body {
  font-family: Helvetica;
  font-size: 12px;
}
a {
	color: #aaa;
	text-decoration: none;
    position: fixed;
    top: 90%;
    left: 48%;
}
b {
	color: #F0F0F0;
	text-decoration: none;
    position: fixed;
    top: 90%;
    left: 5%;
}
/* unvisited link */
a:link {
    color: #aaa;
	text-decoration: none;
}

/* visited link */
a:visited {
    color: #aaa;
	text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #aaa;
	text-decoration: none;
}

/* selected link */
a:active {
    color: #fff;
	text-decoration: none;
}	
.spinner_style {
  background: #fff;
  color: grey;
  width: 100px;
  height: 100px;
  margin: 0 20px;
  float: left;
  border-radius: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
}
#spinner {
  background: #fff;
  color: grey;
}