body{
	margin-left:  50px;
	margin-right: 50px;
	font-family: Tahoma;
}
h1, h2, h3{
	text-align: center;
}
td{
	font-size: 80%;
}
td.title{
	white-space: nowrap;
	vertical-align: top;
}

.label{
	font-size: 90%;
	font-weight: bold;
}
.note{
	padding-left:50px;
	font-size: 80%;
	color: royalblue;
}
.form{
	font-size: 80%;
	padding-left:50px;
	margin-bottom: 20px;
}
.ans{
	font-size: 80%;
	border: 1px black dotted;
	margin-left:50px;
	margin-bottom: 20px;
	padding:  5px;
}
.req{
	font-size: 80%;
	color: red;
}
.error{
	font-weight: bold;
	color: red;
	font-size: 120%;
	margin-bottom: 20px;
}

.rule{
	background-color: #CCCCCC;
	height: 23px;
	width: 100%;
	text-align: right;
	font-size: x-small;
	padding: 5px;
	margin: 2px;
}

li{
	line-height: 150%;
}

p.comment{
	border: dashed thin gray;
	padding: 5px;
	color: gray;
}