		body {
			font-size:			small;
			font-family: 		Verdana, Helvetica, Arial, sans-serif;
			line-height:		1.6em;
			margin:				30px;
			background:			#eeeeee;
			width:				780px;
			margin-left:		auto;
			margin-right:		auto;
		}
		
		h1, h2 { 
			color: 				maroon;
		}
		
		h1 {
			font-size:			150%;
		}
		
		h2 {
			font-size:			120%;
		}

		p { 
			color: 				black; 
		}
		
		.applet a{
			color:				black;
			text-decoration:	none;
			padding:			20px 40px 20px 40px;
			font-style:			bold;
			font-size:			130%;
			background-color:	#a7ceff;
			
		}
		
		.applet a:hover{
			background-color:	#a7bbff;		
		}
		
		.applet{
			text-align:			center;
			margin:				30px 0px 30px 0px;

		}
			
		.bar{
			background-color:	#090250;
			color:				#ffffff;
			padding:			5px;
			margin:				0px;
			border-top:			solid #484848 1px;
			border-bottom:		solid #484848 1px;
		}
		
		#content {
			background-color:	white;
			border:				1px solid black;
			padding:			0px;
			
		}
		
		#text {
			padding:			10px;
		}
		
		#footer a{
			text-decoration:	none;
			color:				#ffffff;
		}
		
		#footer{
			font-size:			80%;
			clear:				both;
			border-bottom:		none;
		}