		ul 
		{
			list-style-type: none;
			margin: 0;
			padding: 0;
			width: 200px;
			background-color: #f1f1f1;
		}

		li a 
		{
			display: block;
			color: black;
			padding: 8px 16px;
			text-decoration: none;
		}

		/* Change the link and background color on hover */
		li a:hover 
		{
			background-color: #555555;
			color: white;
		}
		
	h1
	{
		text-align:center
	}


	p
	{
		font-size: 160%;
	{