table {
	width: 99%;
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}

th {
	color: white;
	background-color: blue;
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
}

td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
}

caption {
	font-size: 1.5em;
	font-weight: bold;
	color: white;
	background-color:blue
}

body {
	background-color: lightblue;
}

.pct5 {
	width: 5%;
}

.pct10 {
	width: 10%;
}

.pct15 {
	width: 15%;
}

.pct20 {
	width: 20%;
}

.center {
	text-align: center;
}

.indented {
	text-indent: 1em;
}

.button {
	font-size: 1.5em;
	font-weight: bold;
	background-color: green;
	border: 2px;
	border-style: groove;
	border-color:white;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
	cursor: pointer;
	width: 25%;
}

.buttondiv {
	width:99%;
	background-color: green;
}

