/* ... SuP.css [2025 by Roger Pierrard] ... */
body {
	background-color:rgb(255,255,255);
	font-family:'Liberation sans', 'Verdana', 'Tahoma';
	font-weight:normal;
	color:midnightblue;
	margin-top:3px;
	}
	
h1 {
	font-size:4.0vw;
	letter-spacing:2px;
	text-shadow:darkslategray 5px 6px 12px;
	text-align:center;
	}
	
h2 {
	font-size:2.0vw;
	font-variant:small-caps;
	letter-spacing:2px;
	text-align:center;
	line-height:105%;
	}
	
h3 {
	font-size:1.8vw;
	letter-spacing:2px;
	text-align:center;
	line-height:110%;
	}

table {
	   margin-left:auto;
	   margin-right:auto;
      }

th {
	font-size:1.8vw;
	letter-spacing:2px;
	}