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: 4vh;
	text-align: center;
	}
.div-subtitle {
	position: absolute;
	top: 4vh;
	left: 2vw;
	width: 95vw;
	height: auto;
	text-align: center;
	}
.div-bodytext {
	position: absolute;
	top: 10vh;
	left: 5vw;
	height: auto;
	width: 85vw;
	padding: 10px;
	text-align: left;
	}
.div-table-days { /* Table-days is only used in days.htm to allow selection of day of week. */
	position: absolute;
	top: 42vh;
	left: 5vw;
	height: 10vh;
	width: 91vw;
	}
.div-table-kjs { /* Table-kls is only used in kjlist.htm to allow inclusion of venue names. */
	position: absolute;
	top: 20vh;
	left: 0vw;
	width: 90vw;
	height: auto;
	}
.div-table-venue-links { /* div-table-venue-links is only used in kjlist.htm to display the venue links. */
	position: absolute;
	top: 16vh;
	left: 1vw;
	width: 90vw;
	height: auto;
	}
.div-home {
	position: absolute;
	top: 1vh;
	left: 1vw;
	height: 10vh;
	width: 10vw;
	}
.div-textl {
	position: absolute;
	top: 25vh;
	height: 240vh;
	width: 28vw;
	left: 5vw;
	}
.div-textr {
	position: absolute;
	top: 25vh;
	height: 240vh;
	width: 50vw;
	left: 40vw;
	}
.image-home {
	border: none;
	height: 10vh;
	width: auto;
	opacity: 1;
	}
.div-header1	{
	position: absolute;
	top: 1vh;
	left: 15vw;
	font-family: 'times new roman', times;
	font-size: 4.5vh;
	color: #ff00ff;
	font-weight: 900;
	text-shadow: 0px 0px 10px #00ff00;
	}
.div-header2	{
	position: absolute;
	top: 385vh;
	left: 0vw;
	font-family: 'times new roman', times;
	font-size: 5vh;
	color: #0000cc;
	font-weight: 900;
	text-shadow: 0px 0px 10px #888800;
	}
.div-text1	{
	position: absolute;
	top: 11vh;
	left: 1vw;
	width: 90vw;
	height: auto;
	}
.div-text2	{
	position: absolute;
	top: 395vh;
	left: 1vw;
	width: 85vw;
	height: auto;
	}
h-title { /* Heading Title font.  Used in all pages except kjsample.htm which is accessed via WWW test link */
	font-family: 'times new roman', times;
	font-size: 3vh;
	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: 2.5vh;
	color: #0000aa;
	font-weight: 900;
	display: flex;
	justify-content: center;
	align-items: center;
	}
t-ll {
	font-family: 'times new roman', times;
	font-size: 2vh;
	color: #000000;
	font-weight: 700;
	text-align: left;
	}
t-lc {
	font-family: 'arial', arial;
	font-size: 2vh;
	color: #000000;
	margin: auto;
	}
t-ml {
	font-family: 'arial', arial;
	font-size: 2vh;
	color: #000000;
	text-align: left;
	}
t-mc {
	font-family: 'arial', arial;
	font-size: 2vh;
	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: 5px;
	border: 3px solid gray;
	border-collapse: collapse;
	}
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;
	}
