@import url('forms.css');

img {
	border: 0;
}

body {
    font: 14px sans-serif;
}

h1 {
	margin-bottom: 0px;
	border-bottom: 1px solid silver;
	padding-bottom: 2px;
	font-size: 1.5em;
}

h2 {
	margin-top: 2px;
	margin-bottom: 2em;
	font-size: 1.2em;
}

h3 {
	margin-bottom: 1em;
}

h4 {
	border: 1px solid silver;
	border-radius: 5px;
	width: 12em;
	text-align: center;
	padding: .25em;
	margin-bottom: 3em;
	letter-spacing: .25em;
}

a {
    color: blue;
    text-decoration: none;
}

.error {
	border: 1px solid red;
	padding: 2em;
	width: 45%;
	margin: 4em auto 0 auto;
}
