@charset "UTF-8";
/* CSS Document */

body {
	font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:1em;
	margin:0;
	padding:0;
}

input,select {
	font-size:1.2em;
}

h1 {
text-align:center;
color:#970000;
font-size:1.2em;
font-weight:normal;
line-height:120%;
font-weight:bold;
} 
.questionaire {
	border:1px solid #666;
	
}
.questionaire td {
	border-bottom:1px dotted #666;
}

#hugger {
	width:700px;
	border:1px solid #970000;
	margin-left:auto;
	margin-right:auto;
	margin-top:2em;
	margin-bottom:10em;
	padding:2em;
}

.last {
	border-bottom:10px solid #000;
}