body {
	background-position: center; 
	width: 2040px;
	font-family: Verdana, sans-serif;
	font-size: 1.1rem;
	line-height: 1.5;
}

h1 {
	font-weight: bold;
	font-size: x-large;
	color: #000091;
	font-family: Verdana;
}
h2 {
/*	font-size: large;*/
	font-weight: bold;
}
h3 {
/*	font-size: medium;*/
	font-weight: bold;
	text-align: center;
}
h4
{
/*	font-size: 6pt;*/
	font-weight: bold;
}

A {color:#0080ff; text-decoration:none;}
A:hover
{
	color: maroon;
	text-decoration: none;
}
A:visited
{
	color: green;
	text-decoration: none;
}

li {
	border: 0px;
	padding: 0rem;
	list-style-type: square;
}

.top_grid {
		display: grid;
		gap: 0rem;
		grid-template-columns: repeat(3, 1fr);	
}

