@charset "utf-8";
/* CSS Document */

tr td {
    width: 180px;
    height: 48px;
    float: left;
	padding: 5px 2px 5px 1px;
	vertical-align:middle;
}
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;}

tr {
    clear: left;
}
/*
tr:nth-child(1) td:nth-child(1) { background: red; }
tr:nth-child(1) td:nth-child(2) { background: blue; }
tr:nth-child(2) td:nth-child(1) { background: green; }
tr:nth-child(2) td:nth-child(2) { background: yellow; }
*/