
body		{
		  background-color: white;
		  background-image: url("images/background/20220723.jpg");
		  height: 100%;
		  background-size: cover;
		  background-repeat: no-repeat;
		  background-position: center;
		  background-attachment: fixed;
		  font-family: Verdana, Arial, Helvetica, sans-serif;
		  font-size: 14px;
		  text-decoration: none;
		}

.round1		{
		  border-radius: 25px;
		  background-color: white;
		  padding: 10px 10px 10px 10px;
		  \\ border: 3px solid black;
		}

.round2         {
                  border-radius: 25px;
                }

ul.menu		{
		  list-style-type: none;
		  width: 600px;
		  margin: 0;
		  padding: 0px 10px 0px 10px;
		  overflow: hidden;
		  background-color: white;
		  border-radius: 15px;
		  border: 3px solid black;
		}

li.menu		{
		  float: left;
		}

li.menu a	{
		  display: block;
		  color: black;
		  text-align: center;
		  padding: 8px;
		  background-color: white;
		  text-decoration: none;
		}

li.menu a:hover:not(.active) { background-color: blue; }
.active	   		     { background-color: blue; }

