/* ----------------------------------------------------------------------- */
body {
background-color: black;
background-image:url('http://www.osirisrising.net/images/ornet72r2.jpg');
background-position: right top; 
background-attachment: fixed;
background-repeat: no-repeat;
font-family: arial, helvetica, sans-serif;
font-size: 16px;
color: white;
text-align: left;
padding-left: 5px;
}
a:active {
	color: #990000;
}
a:link {
	color: #FF0000;
}
a:visited {
	color: #999966;
}
a:hover {
	color: #C0C0C0;
}
/* ----------------------------------------------------------------------- */
#ie6-warning {
	background: #FFFF00;
	padding: 10px 10px 10px 10px;
	color: #000000;
	font-size: medium;
	font-weight: bolder;		
	border-style: solid;
	border-width: 2px;
	border-color: #CC0000;
}
#ie6-warning a {
	text-decoration: underline;
}
#ie6-warning a:visited	{
	color: #850119;
}
#ie6-warning a:link {
	color: #BC0101;
}
/* ----------------------------------------------------------------------- */
.subh {
	color: #FFFFCC;
	font-size: 18px;	
	font-weight: bold;
	padding-bottom: 4px;
	padding-top: 4px;
}
/* ----------------------------------------------------------------------- */
/* Begin CSS for mobile support, it's about time Paul! 06/17/2022 */
const resizeOps = () => {
    document.documentElement.style.setProperty("--vh", window.innerHeight * 0.01 + "px");
	};
	
	resizeOps();
	window.addEventListener("resize", resizeOps);	
	
.modal {
	width: 50vw;
	height: 50vh;
	height: calc(var(--vh, 1vh) * 50);
}
	/* End CSS for mobile support */
/* ----------------------------------------------------------------------- */
