@charset "utf-8";
/* CSS Document */

div   {
	background-color: #090
}

.center-fit {
	display: block;
	max-width: 100%;
	max-height: 100vh;
	margin: auto;
	padding-bottom: 3%;
}

body {
  background-color: #090;
}

h1 {
	text-align:center;
}

h2 {
  text-align:left;
  color: blue;
  margin-left: 10px;
}

li   {
	font-size: 150%;
	text-align: left;
	padding-bottom: 2%;
	list-style-type: none;
}

p   {
	text-align:left;
	margin-left:1%;
	font-size:150%;
}

a   {
	font-size:100%;
	font-weight:bold;
	color: green;
}

table {
	width:100%;
}

td, th {
	vertical-align: top;
	font-size: 150%;
	padding-bottom: 2%;
}