BODY {
	color: #00ff00; text-decoration: none;
        background-image:url("/images/bg.gif");
		font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
		font-size: 13px;
}
A {
	color: #8AFF8A; text-decoration: none
}
A:visited {
	color: #8AFF8A; text-decoration: none
}
A:active {
	color: #8AFF8A; text-decoration: none
}
A:hover {
	color: #00B900; text-decoration: underline
}

.text-white {
	color: #ffffff;
}

.fw-bold {
	font-weight: bold;
}

.text-center {
	text-align: center;
}

.mb-2 {
	margin-bottom: 8px;
}

.mb-4 {
	margin-bottom: 16px;
}

.mt-4 {
	margin-top: 16px;
}

.mt-2 {
	margin-top: 8px;
}