body
{
	font-size: 18px;
}

button, input
{
	font-size: 18px;
}

input
{
	text-align:center;
}

#myCanvas
{
	background: #F3FFE5;
}
	
#mainDiv
{
	width: 1024px;
	height: 768px;
	clear: left;
	background: #FFFFD5;
/* 
	border: 1px dotted black;
 */
}

#leftDiv
{
	float: left;
	margin: 20px 0px 0px 4px;
/* 
	border: 1px dotted black;
 */
}

#rightDiv
{
	float: right;
	width: 800px;
/* 
	border: 2px dotted black;
 */
}

#instruction
{
	float: right;
/* 
	border: 1px dotted black;
 */
}

#copyright
{
	float: left;
	margin: 110px 50px 0px 10px;
/* 
	border: 1px dotted black;
 */
}
#plotButtons
{
	float: left;
	margin: 10px 10px 0px 50px;
/* 
	border: 1px dotted black;
 */
}

#plotVariables
{
	float: right;
	margin: 10px 10px 0px 10px;
/* 
	border: 1px dotted black;
 */
}
