<html>
<head>
<style>

	body {
				background-color: 99CCFF;
				width: 80%; 
				margin-left:auto; 
				margin-right: auto; 
				min-height: auto;
				height: autho;
			}
			
	form {  
				color: 333399;
				text-align: center;
		        width: 60%;
				margin-left: auto;
				margin-right: auto;
				min-height: auto;
				height: auto;
			}
			
	h1	{
			color: 333399;
			font-size: 135%;
			text-align: center;         
			}
			
	h2	{
			color:;
			font-size: 65%;
			text-align: center;
			
			
	 p    {
			width: 30%;
			color: 333399;
			font-size: 45%;
			text-align: center;
			font-weight: bold;
			line-height: 0.5;
			}
			
select {
			overflow-y: scroll;
			overflow-x: hidden;
			}
		
</style>
</head>
</html>
