
<style>

	body {
				background-color: 99CCFF;
				width: 80%; 
				margin-left:auto; 
				margin-right: auto; 
				min-height: auto;
				height: auto;
			}
			
	form {  
				color: 333399;
				text-align: center;
				font-weight: bold;
		        width: 420px;
				margin-left: auto;
				margin-right: auto;
				min-height: auto;
				height: auto;
			}
			
	h1	{
			position: relative;
			top: 50px;
			color: 333399;
			font-size: 135%;
			text-align: center;         
			}
			
	h2	{
			border-style: solid;
			border-width: medium;
			font-size: 100%;
			text-align: center;
			font-family: Georgia, serif;
			}
			
	h3	{
			color:		;
			font-size:	70%	;
			text-align:		;
			}
			
			
#text1 {
			float:right;
			margin: 20px;
			}

#text2 {
			float:left;
			margin: 20px;
			}
			
#text3 {
			float: right;
			margin: 20px;
			}
			
#text4 {
			float: left;
			margin:20px;
			}
						
			
			
			
	 p    {
			color: 333399;
			font-size: 65%;
			text-align: center;
			font-style: italic;
			font-weight:bold;
			line-height: 0.5;
			}
			
select {
			overflow-y: scroll;
			overflow-x: hidden;
			}
		
</style>


