
body {
	color: #000;
	background-color: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 2.5em;
}

input#zip {
	width: 7em;
}

input#pref, input#city {
	width: 10em;
}

input#ville {
	width: 20em;
}

pre {
	border: #333 1px dashed;
	padding: 1em;
}

a {
	color: #069;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: #f60;
	background-color: transparent;
	text-decoration: underline;
}

