body {
	background: #fff;
	font-size: 16px;
	color: #444;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	color: #660;
	margin: 0.6em 0 0.6em 0;
	font-weight: bold;
	font-size: 26px;
}

h2 {
	color: #369;
	margin: 2em 0 1em 0;
	font-weight: bold;
	font-size: 20px;
	text-align:center;
}

p {
	margin: 0.6em 0 0.6em 0;
	text-align:justify;
}

a, a:link {
	color: #663;
}
a:visited {
	color: #960;
}
a:active {
	color: #930;
}

label {
	color: #369;
	font-weight: bold;
	width: 180px;
	padding-right: 10px;
}

input {
	padding: 4px 4px 6px 3px;
}


body {
	text-align: center;
}
#doc {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
