html {
	overflow-y: scroll;
}
body {
	margin: 0 !important;
		font-family: Verdana;
}

h3, h1, h2 {
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	margin-bottom: .5em; 
}

p, b {
font-size: 8pt;

margin-top: .6em; 
		margin-bottom: .6em; 
		}


ul {

font-size: 8pt;
margin-top: .6em; 	
		margin-bottom: 0em;
		list-style-type: disc;
		margin-left: 1.5em;
		padding-left: 0em;
		margin-right: 1.5em; 
		}


li { 
		margin-bottom: .7em; 
		}
		
n {
	text-decoration: underline dotted;
	cursor:help;
}
a {
font-size: 8pt;
text-decoration: underline;
color: blue;
cursor: pointer;
}

a:active, a:hover 	{ 
color: #FF0000;  
cursor:pointer; 
text-decoration:underline;
}

#OminousRimetLogoAtTheTopRight {
	width: 32px;
	height: 32px;
	background-image: url(../../rimetmII32x32.png);
	position: absolute;
	right: 0px;
	top: 6px;
	margin-top: 0.35em;
	margin-right: .45em;
	margin-bottom: 3em;
}

.LessOminousRimetLogo {
	
}

.Contents {
	margin-top: 26px;
	margin-left: 17px;
	margin-right: 5px;
	margin-bottom: 10px;
}

#VisualHint {
	cursor: unset;
	display: none;
	border: 1px solid black;
	background: rgb(255 255 225);
	position: absolute;
	width: fit-content;
	height: fit-content;
	box-shadow: 4px 4px #00000080;
}

.HintImg {
	margin: 4px;
}