﻿body {
	margin: 0px;
	-webkit-user-select: none;
}

#container {
	position: relative;
	top: 10px;
	left: 0px;
	border: 1px black solid;
}

#container3d canvas {
	position: absolute;
}

a:link    {font-family: Arial; font-size: 10pt; font-weight: normal; color: #0000cc; text-decoration: none;}
a:visited {font-family: Arial; font-size: 10pt; font-weight: normal; color: #0000cc; text-decoration: none;}
a:hover   {font-family: Arial; font-size: 10pt; font-weight: normal; color: #0000cc; text-decoration: underline;}
a:active  {font-family: Arial; font-size: 10pt; font-weight: normal; color: #0000cc; text-decoration: none;}
