* {
	font-family: Arial, Verdana, Sans
}


body {
	text-align: center;
	background-color: #cceeff
}

div#wrapper {
	width: 600px;
	margin: 0 auto;
	border: 1px solid black;
	text-align: left;
	background-color: white
}

h1 {
	font-size: 16pt; margin-top: 10px
}

h2, span.truly {
	color: red;
	font-style: oblique
}

ol#questions li { 
	margin-bottom: 10px
}

table#moreinfo {
	margin: 20px
}


td {
	vertical-align: top;
	padding: 4px
}

td.caption { text-align: right }

textarea, input.entry {
	width: 450px
}

.red { color: red; font-style: oblique }
