/*styles that apply to the whole page*/
body {
	font-family: Verdana, sans-serif;
}

/*styles that apply to html tags*/
table {
	
	background-color: #d4bb8e;
}

td {
	background-color: #ebe0cc;
}

th {
	background-color: #ad7e28;
	color: #ffffff;
}

td, th {
	border:1px solid #000000;
	
}

button {
	display: block;
}

button, table {
	margin:auto;
}

.changecolor {
	background-color:#4db293;
}

.changestyle {
	background-color:#512e83;
	font-family:'Times New Roman', serif;
	font-size:x-large;
	text-align:right;
}

.testclass1 {
	
	font-size:3em;
	color:#ad7e28;
}



