﻿/* proj10.css */


div.mainContainer
{
	position : relative;
	width    : 840px;
	height   : 450px;
}


canvas.canvas
{
	position : absolute;
	width    : 400px;
	height   : 400px;
	left     : 0px;
	top      : 0px;
	border   : medium white solid;
}


div.controlPanel
{
	position : absolute;
	width    : 400px;
	height   : 400px;
	left     : 420px;
	top      : 0px;
}


label.see
{
	margin-right : 12px;
}


label.spacing
{
	margin-right : 12px;
}


.yellow
{
	color : yellow;
}


.red
{
	color : red;
}


.green
{
	color : green;
}


.blue
{
	color : blue;
}


.white
{
	color : white;
}

