body {
	background-color: #DBDBDB;
	color: #3F7CA2;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 23px;
	line-height: 135%;
	}
h1 {
	font-family: palatino, garamond, serif;
	font-size: 50px;
	text-align: center;
	margin-top: 0px;
	color: #4BA23F;
	}
h2 {
	font-family: palatino, garamond, serif;
	font-size: 40px;
	text-align: center;
	color: #4BA23F;
	}
h3 {
	color: #4BA23F;
	}
p {
	line-height: 135%;
	}
#column {
	width: 1200px;
	height: auto;
	background-color: #f8f9fa;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	border: 10px solid #FFFFFF;
	border-radius: 25px;
	overflow: hidden;
	}
.fancynumber {
	font-family: "Playwrite US Modern", cursive;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
	font-size: 50px;
	color: #4BA23F;
	}
table, th, td {
	border: 1px solid #123857;
	margin-left: auto;
	margin-right: auto; 
	padding: 2px 4px 2px 4px;
	}
th {
	color: #f8f9fa;
	font-size: 30px;
	background-color: #4BA23F;
	}
.smaller {
	font-size: 17px;
	}
.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	}
.right {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	}
figcaption {
	font-size: 15px;
	color: #212529;
	}
figure {
	margin: 6px 0px 0px 0px;
	}
a:link {
	text-decoration: none;
	color: #963FA2;
	}
a:visited {
	color: #963FA2;
	}
a:hover {
	text-decoration: none;
	color: #A2653F;
	}
ul {
	list-style-type: square;
	}
img {
	border: 5px solid #DBDBDB;
	border-radius: 10px;
	}
.greentext {
	color: #4BA23F;
	font-weight: bold;
	}