<html>
<head>
<style>
	body {background-color: 99CCFF;
				width: 80%; 
				margin-left:auto; 
				margin-right: auto; 
				min-height:100%;
				height:100%;
			}
	form {  color: 333399;
				text-align: center;
		        width: 50%;
				margin-left: auto;
				margin-right: auto;
				min-height: 75%;
				height: 75%;
			}
	h1	{
			color: 333399;
			font-size: 135%;
			text-align: center;         
			}
			
	 p    {
			color: 333399;
			font-size: 65%;
			text-align: center;
			}
			
</style>
</head>
</html>