* {
	font-family: verdana;
	font-size: 12px;
}
a {
	text-decoration: none;
	color: green;
	border-bottom: 1px dashed orange;
}
a:hover {
	border-bottom: 1px solid orange;
}
h1 {
	font-size: 20px;
}
#content {
	border: 1px solid silver;
	width: 400px;
	padding: 3px;
}
#copyright {
	margin-top: 100px;
}
input {
	margin: 1px 0px;
}