@CHARSET "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}

body {
}

a:link, a:visited {
	text-decoration: none;
	color: black;
	border-bottom: dashed 1px black;
}
a:hover {
	border-bottom: solid 1px black;
	
}

h1 {
	text-align: center;
	margin-top: 50px;
}
h2 {
	text-align: center;
	margin-top: 20px;
	font-weight: normal;
	font-size: 1em;
} 



#form {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: solid 1px black;
	padding: 40px;
	width: 500px;
	margin: 50px auto;
}
label {
	display: inline-block;
	width: 200px;
}
form p {
	margin: 10px 0px;
}
.help {
	font-size: 0.7em;
	margin-left: 15px;	
}


#displayb {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: solid 1px black;
	padding: 40px 0px 20px 0px;
	width: 300px;
	margin: 50px auto;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}
#sentence {
	margin: 10px 0px;
	font-style: italic;
	text-align: center;
	font-size: 0.9em;
	padding: 0px 10px;
	font-weight: normal;
}
#footer {
	text-align: center;
	font-size: 0.7em;
}