body
{
	color: black;
	/* background: grey; */
	background: grey url(images/2.png) no-repeat fixed center;
	background-size: 350px;
	background-position: 50% 90%;
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.0em;
}

h1 { font-weight: 800; font-size: 3.5em; margin: 0em; padding: 0em; color: #000000;  }
h2 { font-weight: 800; font-size: 2.5em; margin: 0em; padding: 0em; color: #000000;  }
h3 { font-weight: 800; font-size: 1.6em; margin: 0em; padding: 0em; color: #000000;  }



div.boxmain
{
	min-width: 500px;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}

* { box-sizing: border-box; }

/* Create two equal columns that floats next to each other */
.column 
{
	float: left;
	min-width: 400px;
	width: 50%;
}


/* Clear floats after the columns */
.row:after 
{
	content: "";
	display: table;
	clear: both;
}
  
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1200px) 
{
	.column 
	{
		width: 100%;
	}
}




div.boxsmall
{
	min-width: 450px;
	max-width: 80%;
	padding: 1em;
	margin-bottom: 1em;
	background: rgba(0, 0, 256, 0.3);
}



a:link { text-decoration: none; color: black; }
a:visited { text-decoration: none; color: black; }
a:hover { text-decoration: underline overline; background-color: lightskyblue; }
a:active { text-decoration: none; background-color: lightyellow; }

a
{
	font-size: 12pt;
}

ul
{
	margin: 0;
}

li
{
	list-style-type: "🖧";
	font-size: 18pt;
	font-weight: 500;
	color: lightskyblue;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 10px;
	padding-right: 10px;
}





