body {
  background-color: white;
  color: black;
}

#infoDiv {
	margin-top: 80px;
	text-align: center;	
}

#infoDiv p {
	text-align: center;
}

#testSiteDiv {	
	text-align: center;	
}

#testSiteDiv p {
	text-align: center;
}

a:-webkit-any-link {
    //color: -webkit-link;
	color: black;
    cursor: pointer;
    text-decoration: underline;
}