body{
	padding-top:2%;
	text-align: center;
	font-family:Arial;
}

div{
	border: solid 2px #000000;
	padding:5px;
	margin: 0 auto 0 auto;
	width:250px;
	min-height:250px;

}


textarea {
text-align:center;
	font-size:1.2em;
	border: solid 2px #000000;
	padding:5px;
	margin: 0px auto 5px auto;
	width:250px;
	min-height:300px;
	resize: none;
}

span{
	font-size:1.2em;
	

}

a:link {
	font-size:1.5em;
	text-decoration:none;
    color: #000000;
}

a:visited {
	font-size:1.5em;
	text-decoration:none;
	color: #000000;
}

a:hover {
	font-size:1.5em;
	text-decoration:none;
    color: #0000FF;
}


a:active {
	font-size:1.5em;
	text-decoration:none;
    color: #0000FF;
}

input[type="submit"]{

margin:2px;

}