<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*DEV  ---[ structure ]--------------------- */
BODY {
	padding: 0;
	margin: 0;
}
#clock {
	font-weight: bold;
	font-size: 8px;
	left: 235px;
	width: 70px;
	color: #fff;
	font-family: Verdana;
	position: absolute;
	top: 130px;
	height: 10px;
}
#web {
	left:69px;
	font: 10px Arial;
	width: 240px;
	position: absolute;
	top: 124px;
	height: 18px;
}
FORM {
	padding: 0;
	margin: 0;
}
INPUT {
	border: #000 1px solid;
	width: 240px;
}
#pdatable{
	width: 400px;
}
/*DEV  ---[ end ]--------------------- */</pre></body></html>