html{
	width: 100%;
	height: 100%;
}

body{
	margin: 0;
	padding-right: 10px;
	font-size: 16px;
	background-color: white;
	font-family: times, times;
}

figcaption{
	text-align:center;
	font-size:22px;
}

figure{
	text-align:center;
	font-size:22px;
}

h1{
	text-align: center;
	font-size: 25px;
}

p{
	font-size: 22px;
	text-indent: 1.5em;
	text-align: justify;
}

ol, ul{
	font-size:22px;
}
img{
  text-align:center;
}

table, th, td {
  border: 1px solid black;
	border-collapse: collapse;
}
