body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: normal;
}
h1 {
	margin: 0 0 0.75em 0;
	font-size: 2em;
	line-height: 1.5em;
}
h2 {
	margin: 1.5em 0 0.5em 0;
	font-size: 1.5em;
	line-height: 1em;
}
h3, h4, h5, h6 {
	margin: 1.8em 0 0.6em 0;
	font-size: 1.25em;
	line-height: 1.2em;
}

p {
	margin: 0 0 1.5em 0;
	font-size: 1em;
	line-height: 1.5em;
}

a, a:link, a:hover, a:active, a:visited {
	color: #00d;
	text-decoration: none;
	border-bottom: 1px dotted #00d;
}

big, small {
	margin: 0;
	line-height: 0;
}

input, textarea {
	padding: 0 0.1em;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 1em;
	background: #f8f8f8;
	border: 1px solid #bbb;
}

input.link {
	background: white;
	color: #00d;
	border: 0;
	text-decoration: none;
	border-bottom: 1px dotted #00d;
	cursor: pointer;
}

input.button {
	background: #666;
	color: white;
	border: 1px solid black;
}
input.button:hover {
	background: #555;
}
input.button:active {
	background: #444;
}

.stretch {
	width: 100%;
}

.error, .status, .success {
	margin: -0.5em -0.5em 1em -0.5em;
	padding: 0.5em;
	list-style-type: none;
	font-weight: bold;
}
.error {
	border: 1px solid red;
	background: #ffc0cb;
}
.status {
	border: 1px solid yellow;
	background: lightyellow;
}
.success {
	border: 1px solid green;
	background: lightgreen;
}

#head, #foot {
	padding: 1em;
	color: #aaa;
	background: #222;
}
#head {
	font-size: 1.5em;
	font-weight: bold;
}
#head a, #foot a {
	color: white;
	border-bottom: 1px dotted white;
}

#content {
	margin: 1em;
}
