@media screen
{
	form.input
	{
	text-align:right;
	}
	h2.main
	{
	border-style:solid;
	border-width:5px;
	background-color:#b0c4de;
	}
	ul.list1
	{
	list-style-type:disc;
	}
	p.left
	{
	position:absolute;
	left:5px;
	}
	body
	{
	font-size:100%;
	background-color:#b0c4de;
	}
	div.header
	{
	text-align:center; 
	}
	div.left
	{
	float:left;
	text-align:left;
	width:8%;
	}
	div.main
	{
	position:absolute;
	text-align:justify; 
	border-style:solid;
	border-width:5px;
	padding:10px;
	left:10%;
	margin-right:0;
	width:79%;
	right:10%;
	height:100%;
	background-color:white;
	}
	div.right
	{
	float:right;
	text-align:left;
	width:8%;
	}
	div.inputform
	{
	position:absolute;
	top:70%;
	left:20%;
	height:10%;
	width:20%;
	}
	table, th, td
	{
	border:1px solid black;
	}
	table
	{
	width:48%;
	height:48%;
	}
	tr
	{
	width:16%;
	height:16%;
	}
	th
	{
	width:16%;
	height:16%;
	}
	input
	{
	width:100%;
	height:100%;
	}
}
@media handheld
{
	div.left
	{
	visibility:hidden;
	}

}
