body {
	font-size: 100%;
	font-family: Verdana, Arial, sans-serif;
}

a:after {
	content: ' (' attr(href) ')'
}

#toolbox, 
#navigation, 
#header, 
#accessibility {
	display: none;
}

h1 {
	text-transform: capitalize;
}

#content {
	border-bottom: 1px solid #000;
}

form ul {
	list-style-type: none;
}

div.step p:first-child {
	font-weight: bold;
}

p.legend strong,
form strong {
	color: red;
}
input, textarea {
 	display: block;
 	width: auto;
}

label {
	clear: both;
}