table,tr,td {
	border:1px solid black;
}

#box {
	width:80%;
	min-height:3em;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#boxce {
	margin-top:10px;
	width:80%;
	min-height:3em;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#box2 {
	margin-top:10px;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border: 1px dotted darkgrey;
	background-color: grey;
}

.green {
	border:1px dotted darkgreen;
	background-color:green;
}

.red {
	border:1px dotted darkred;
	background-color:red;
}
