﻿body
{
	font-size: 12px;
	color: Purple;
}
fieldset
{
	padding: 10px;
	margin: 10px;
	color: #333;
	border: #06c dashed 1px;
}
legend
{
	color: #06c;
	font-weight: 800;
	background: #fff;
}
ul
{
	list-style-type: none;
	margin: 8px 0 4px 0;
}
li
{
	margin-top: 4px;
}
table
{
	width: 100%;
}
table th
{
	text-align: center;
	height: 24px;
	border: solid 1px black;
	color: White;
	background: #363600;
}
table td
{
	text-align: center;
	border: solid 1px black;
	height: 24px;
	background: #D7DEF0;
}
.point
{
	position: absolute;
	border: 1px solid black;
	margin: 2px;
}
.container
{
	position: relative;
	height: 450px;
	margin-left: 25%;
}
