a {
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	font-family: "Trebuchet MS","Verdana",sans-serif;
}

div {
	border-left-style: solid;
	border-left-width: 2px;
	padding-left: 4px;
	margin: 0;
}

h1 {
	font-size: medium;
	font-weight: bold;
	margin: 0;
	text-decoration: underline;
}

hr {
	border-style: solid;
	border-width: 0px;
	border-top-width : 2px;
	height: 2px;
	margin: 0;
	margin-right: auto;
	text-align: left;
	width: 512px;
}

form {
	margin: 0;
}

textarea {
	border-style: solid;
	border-width: 2px;
	height: 256px;
	padding: 2px;
	width: 512px;
}

textarea.small {
	height: 128px;
}

ul {
	margin: 0;
}

#button {
	border-width: 2px;
}

#error {
	border-style: solid;
	border-width: 0;
	border-bottom-width: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}

#input {
	border-style: solid;
	border-width: 2px;
	padding: 2px;
	width: 256px;
}