body
{
	background-color: #B1C1E0;
    margin-left: 50px;
    margin-right: 50px;
}
p.center
{
	text-align: center;
}
h1.center
{
	text-align: center;
}
h2.center
{
	text-align: center;
}
table.center {
    margin-left: auto;
    margin-right: auto;
}
img.classPhoto {
  display: block;
  margin: auto;
  width: 50%;
}

th,
td {
    padding: 20px;
    text-align: center; /* Center align the content within cells */
}

td.value {
	border-spacing: 0;
	width: 100%; /* Set width of td.value to 100% */
}

td.value ul {
    padding: 0; /* Reset padding for the ul element within cells */
    list-style-position: inside; /* Position bullets inside the content box */
}

td.value li {
    text-align: center; /* Align list item text to the left */
}