HTML, body {
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 0;
  border: none;
  color: #ffffff;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;

  }


.alternatif { 
  font: 10px arial; 
  text-align: center;
  color: #633063;
  }

a:link {
	color: #633063;
	text-decoration:none;
}

a:visited {
	color: #D63831;
	text-decoration:none;
}

a:hover {
	color: #D63831;
	text-decoration:none;
}

