﻿#state{
	font-size:10px;
	color:#0000cc;
	margin-top:10px;
	margin-bottom:10px:
}


#result{
	font-size:10px;
	color:#000000;
}

body{
	background-color:lightblue;
}

table{
	border:1px solid black;
	font-size:10px;
	text-align:center;
	table-layout:fixed;
	width:100%;
	border-collapse:collapse;
	background-color:lightyellow;
}

table caption{
	font-size:15px;
}

table th{
	border:1px solid black;
}

table tr td{
	border:1px solid black;
	text-align:center;

}

table#oldtable{
	border:5px solid black;
	font-size:30px;
	height:100px;
	width:50200px;
	background-color:lightgreen;
}

table#oldtable th{
	border:1px solid black;
	width:200px;
}

table#oldtable tr td{
	border:1px solid black;
	width:150px
}




