/*external stylesheet*/




#footer
		{
			font-size: 15px;
			background: rgb(215,253,236);
			background: linear-gradient(90deg, rgba(215,253,236,1) 8%, rgba(195,234,227,1) 28%, rgba(98,144,200,1) 56%, rgba(126,127,154,1) 80%);;
			color:black;
			text-align: center;
			padding-right: 10px;
			padding-bottom: 10px;
			padding-left:10px;
			padding-top: 10px;
			margin-bottom: 0;
			border-style: double;
			border-width: 3px;
			border-color: black;
			width: 980px;
			margin-left: auto;
			margin-right: auto;
			
		}

#heading
		{

			font-size: 40px;
			text-align: center;
			background: linear-gradient(90deg, rgba(215,253,236,1) 8%,rgba(195,234,227,1) 28%, rgba(98,144,200,1) 56%, rgba(126,127,154,1) 80%);;
			color: black;
			padding-bottom: 15px;
			border-style: double;
			border-color: black;
			border-width:10px;
			width:985px;
			margin-right: auto;
			margin-left: auto;
		}



		#nav
		{
			width:1000px;
			margin-left:auto;
			margin-right:auto;
			padding-left: 15px;
			border-radius: 100px;
		}


		#nav a

		{


			/*background: linear-gradient(90deg, rgba(215,253,236,1) 8%,rgba(195,234,227,1) 28%, rgba(98,144,200,1) 56%, rgba(126,127,154,1) 80%);; ;*/
			color:black;
			text-decoration:none;
			font-size: 20px;
			display:block;
			float:left;

			width:460px;
			text-align: center;
			padding:10px;
			margin-top: 10px;
			margin-bottom: 10px;
			padding:10px;
			border: solid black 2px;
			margin-left:auto;
			margin-right:auto;
			border-radius: 100px;

		}

		#nav a:hover
		{
			border-bottom: 5px   blue solid;
			font-size: 30px;
			color:blue;
			background-color: white;
			
		}


		#nav .active

		{
			
			background:white; 
		

			border-bottom: solid blue 4px;


		}


