style.css 645 Bytes
body {
	background: #fff;
	text-align: center;
}

form {
	width: 650px;
}

h1, h2 {
	text-align: center;
	margin:0px;
	padding: 0px;
}

h2 {
	color: #060;
	font-size: 100%;
}

table {
	border-collapse: collapse;
}

th {
	border: 1px #999 solid;
	padding: 4px;
	font-weight: normal;
	text-align: left;
	background-color: #ccffcc;
}

td {
	border: 1px #999 solid;
	text-align: left;
	padding: 4px;
}

input[type="checkbox"] {
	cursor: hand;
}

label {
	cursor: hand;
}

#mainTbl {
	font-size: 90%;
	line-height: 150%;
	color: #333;
	text-align: left;
	margin: 20px auto 20px auto;
}

.attention {
	color:#f33;
}

.space {
	letter-spacing: 1.5em;
}