DIV.item { font-weight: bold; padding-right: 1em; color: #003399;white-space: nowrap;}
DIV.update { font-style: italic; }
/* DIV.body { margin-left: 3em; margin-right: 3em; } */
H1 { text-align: center; }
H2 { text-align: center; }
H3 { color: #3300FF; }
BODY { color: #000000; background-color: #FFFFFF; }
A { text-decoration: none; }
A:link { color: green; }
A:visited { color: green; }
A:active { color: red; }
A:hover {color: red; }
TABLE.data {border-style: none; border-collapse: separate; border-spacing: 1em;}

.flex_p {
	display: flex;
	flex-direction: row;
}

@media all and (max-width: 768px) {
.flex_p {
	display: flex;
	flex-direction: column;
/*	justify-content: center; */
	align-items: center;
}	
}