
/* Additinal Styles Start */

/* Bigger and Bold Face Text */

.highlight {
	font-size: large;
	font-weight: bold;
}

/* Framed Centered Box */

.centerbox {
	margin: auto;
	width: 50%;
	border: 5px solid red;
	padding: 10px;
	text-align: center;
}

table, th, td {
  border: 2px solid black;
  border-collapse: collapse;
}
th, td {
	padding: 5px;
}

/* Additinal Styles End */

