body {
	background-color: #ffffff;
	border: 30px #ffffff;
}
a:visited {
	text-decoration: underline;
	color: #338C26;
}
a:active {
	text-decoration: none;
	color: #338C26;
}
a:link {
	text-decoration: underline;
	color: #338C26;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
h1 {
	font-size: 22px;
	font-family: "Segoe UI", Verdana, Arial;
    text-align: center;
    color: #198754;
	line-height: 24px;
}
h2 {
	font-size: 16px;
	font-family: "Segoe UI", Verdana, Arial;
    text-align: center;
    color: #198754;
	line-height: 24px;
}
h3 {
	font-size: 14px;
	font-family: "Segoe UI", Verdana, Arial;
    text-align: center;
    color: #198754;
	line-height: 10px;
}
p {
    color: #491d6e;
    text-align: center;
    font-family: "Segoe UI", Verdana, Arial;

}