﻿#state{
	font-size:16px;
	color:#0000cc;
	margin-top:10px;
	margin-bottom:10px:
}


#result{
	font-size:14px;
	color:#000000;
}

body{
	background-color:lightblue;
}

table#ytable{
	border:5px solid black;
	font-size:50px;
	width:500px;
	height:290px;
	background-color:lightyellow;
}

table#ytable th{
	border:2px solid black;
}

table#ytable tr td{
	border:2px solid black;
}

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
}




