body {
	background-color: #FFFFC9;
	margin: 0px;
	margin-right: 175px;
	margin-left: 20px;
}
a {
	color: #2E6BFB;
	font-size: 12pt;
	text-decoration: none;
}
a:hover {
	color: #2E6BFB;
	font-size: 12pt;
	text-decoration: underline;
}
a:visited {
	color: #2E6BFB;
	font-size: 12pt;
	text-decoration: underline;
a:active {
	color: #2E6BFB;
	font-size: 12pt;
	text-decoration: underline;
}
.subtitle {
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
}
.text {
	color: #000000;
	font-size: 12pt;
}
.title {
	color: #000000;
	font-size: 15pt;
	font-weight: bold;
}