body {
  	background-color: lightblue;
}
div.tenantList {
	font-size: 80px;background-color: white;margin: 20px;
}
#atlheader {
	font-size: 200px; color:red; text-align: center; font-style: italic;
}
#titleDiv {
	margin: 100px;
	background-color: black;
	color: white;
	text-align: center;
}
#centerDiv {
	margin: 10px;
	background-color: black;
	color: white;
	text-align: center;
	font-size: 30px;
}
#phNumInput {
	background-color white;
	color: black;
	font-size: 30px;
}
h1 {
	
	color: white;
	margin-left: 20px;
}
#enterbutton {
	font-size: 100px;
}
#introductionButton {
	font-size: 100px;
}
#conditionTable {
	font-size: 50px;
	color: white;
}
.conditionTableText {
	text-align: right;
	font-size: 50px;
	color: white;
	background-color: black;
}
input[type=checkbox] {
	-ms-transform: scale(4);
  	-moz-transform: scale(4);
  	-webkit-transform: scale(4);
  	-o-transform: scale(4);
  	transform: scale(4);
  	padding: 10px;
	width = 80px;
	height = 80px;
}
input[type=text] {
	height = 100px;
}
