table			{ border-collapse: collapse; }
th, td			{ padding: 0 3px; border: 1px solid #000000; text-align: center; }
tr:hover			{ background-color: #deebec; }
tr:hover > th		{ background-color: #ff0000; }

form				{ margin-top: 20px; }
input[type=text]		{ outline: none; }
input[type=text]		{ border: 1px solid #cccccc; }
input[type=text]:focus	{ border: 1px solid #ff0000; }
