body { margin:0px 0px; padding:0px; } 
* { box-sizing: Border-box;
	margin: 0;
	padding: 0;
} 
h1 {
	font-size: 10px;
	color: 
	#85cb68;
	cursor: pointer;
	text-decoration: underline;
}

h2 {
	font-size: 11px;
	color: #333333;
}


a {
	
	text-decoration: none;
	 color:  #48A548;
    text-decoration: underline;
	cursor: pointer;
}

/* a:link, a:visited, a:active  {
    color:  #48A548;
    text-decoration: underline;
} */

ul {
/*	list-style-type: none;*/
	padding-inline-start: 20px !important;

}

sup {
	font-size:6px;
}

#bg{
	left:0px;
	right:0px;
} 

#title{
top: 2px;
position: absolute;
left: 2px;

} 

#disclaimer {
	position: absolute;
	top: 1px;
	left: 317px;
	right:0px;
	margin: 0 1px;
	width: 405px;
	height: 88px;
	z-index:10;
	font-family: Arial, Helvetica, sans-serif;
	opacity: 0;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#disclaimer_content {
position: absolute;
top: 15px;
left: 2px;
width: 396px;
height: 55px;
border: 0px solid #FFF;
font-style: normal;
font-size: 10px;
line-height: 13px;
text-align: left;
padding-left: 0px;
color: #333333;
background-color: #ffffff;
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

#disclaimer p {
/*	margin-bottom: 5px;*/
	padding-top: 0px;
	padding-bottom: 14px;
/*    list-style: none;*/
}

#guide, #info  {
	/*background:rgba(255,255,255,1.00);*/
	position: absolute;
	bottom: 7px;
	z-index:50px;
	
}

#guide {
	left: 2px;
}

#info {
	right: 21px;
}

#strong {
	font-weight: bold;	
}

