			body{
				margin:0px auto;
			}
			.osl_results_container{
				clear:both;
			}
			.osl_results_element{
				float:left;
				width:200px;
				height:200px;
				font-size:14px;
				text-align:center;
				color: black;
				background-color: white;
			}
			.lottotitle{
				background-color:white
			}
			.osl_results_element img{
				border:0px;
			}
			.vam{
				vertical-align:middle;
			}
			.llr{
				border-right: 1px solid <%=f%>;
			}
			.llb{
				border-bottom: 1px solid <%=f%>;
			}
			.lines{
				width: 33%; height: 22px; color: <%=f%>;
			}
			a{
				text-decoration:none;
			}
			a:hover{
				text-decoration:underline;
			}
			* {
				box-sizing:			border-box;
				-moz-box-sizing:	border-box;
			}

			#testDiv {
				position: absolute;
				overflow: hidden;
				left: 30px;
				width: 400px;
				height: 200px;
				border: 2px outset white;
				margin: 0;
				background: buttonface;
				color: black;
				padding: 2px;
				z-index: 2;
			}
			#innerNice {
				overflow: auto;
				width: 100%;
				height: 100%;
				border: 2px inset white;
				background: white;
				color: black;
				padding: 8px;
			}