body {
	background-color:lightslategray;
	text-align:center
}

a {color:white; text-decoration:none; font:bold 14px Verdana, Arial, Helvetica, sans-serif; }
a:link {color:white; text-decoration:none}
a:visited {color:lightyellow; text-decoration:none}
a:hover {color:red; text-decoration: underline}
a:active {color:purple; text-decoration:underline}

body {
	background-color:lightslategray;
}

#h11 {
	color:white;
	text-align:center;
	font-size:75;
	font-family:Georgia, serif	
	margin:0 0 0 0;
}

#response {
	border-style:solid;
	border-width:4 px;
	border-color:white;
	width:80%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding:10px 10px 10px 10px;
	background-color:white;
}
