body {
	background-color: #ffffff;
	background-size: 100vw 100vh;
	background-attachment: fixed;
	}
.div-bg {
	position:absolute;
	top: 0;
	left: 0;
	background-color: none; 
	height: 100vh;
	width: 100vw;
	}
.image-bg {
	border: none;
	height: 100vh;
	width: 100vw;
	opacity: 0.3;
	}
.div-title {
	position: absolute;
	top: 0vh;
	left: 5vw;
	width: 90vw;
	height: 10vh;
	text-align: center;
	}
.div-subtitle {
	position: absolute;
	top: 8vh;
	left: 2vw;
	width: 95vw;
	height: auto;
	text-align: center;
	}
.div-bodytext {
	position: absolute;
	top: 15vh;
	left: 2vw;
	height: auto;
	width: 95vw;
	padding: 10px;
	text-align: left;
	}
.div-columns {
	column-count: 3;
	column-gap: 1px;
	}
.div-table {
	position: absolute;
	top: 42vh;
	left: 5vw;
	height: 10vh;
	width: 91vw;
	}
h-title {
	font-family: 'times new roman', times;
	font-size: 5vh;
	color: #0000aa;
	font-weight: 900;
	display: flex;
	justify-content: center;
	align-items: center;
	text-shadow: 0px 0px 10px #ff0000;
	}
h-subtitle {
	font-family: 'times new roman', times;
	font-size: 3.5vh;
	color: #0000aa;
	font-weight: 900;
	display: flex;
	justify-content: center;
	align-items: center;
	}
t-ll {
	font-family: 'times new roman', times;
	font-size: 3vh;
	color: #000000;
	font-weight: 700;
	text-align: left;
	}
t-lc {
	font-family: 'arial', arial;
	font-size: 3vh;
	color: #000000;
	margin: auto;
	}
t-ml {
	font-family: 'arial', arial;
	font-size: 2.5vh;
	color: #000000;
	text-align: left;
	}
t-mc {
	font-family: 'arial', arial;
	font-size: 2.5vh;
	color: #000000;
	margin: auto;
	}
table {
	table-layout: fixed;
	text-align: center;
	width: 91vw;
	border: 3px solid gray;
	border-collapse: collapse;
	}
th, td {
	text-align: center;
	padding: 10px;
	height: 9vh;
	border: 3px solid gray;
	border-collapse: collapse;
	}
td:hover {
	background-color: #ff0000;
	}
image-1 {
	height: 5vh;
	width: 5vw;
	}
.pdf {
	width: 100%;
	height: auto;
	}
a:link {
  color: blue;
	}
a:visited {
  color: blue;
	}
a:hover {
  color: red;
	}
a:active {
  color: yellow;
	} 
a {
	text-decoration: none;
	}
