
		body{
			
		padding: 10px;
		font-family: Verdana;
		background-color:grey;
		color:Black;
		font-size: 14px;
		text-align: center;
		}
			
		header{
		height: 50px;
		background-color: #ccc;
		padding: 5px;
		font-size:36pt;
		text-align:center;
			
		}
			
		nav {
		font-family: Verdana;
		position: absolute;
		top: 125px;
		left: 10px;
		width: 800px;
		border: 2px solid #000;
		padding: 5px;
			
		text-align: center;
		margin-left: 27%;
		float:top;
		font-size: 16px;
		}	
			
		ul {
		text-align:center;
		list-style-type: none;
		color: white;
			 
		}
			
		li {
				
		text-align:center;
		display: inline;
		color: white;
			
		}
		
		a{
		border-top:3px solid black;
		border-bottom:1px solid black;
		border-left:3px solid black;
		border-right:1px solid black;
		}
		
		
		li a:hover {
			
		border-top:1px solid black;
		border-bottom:3px solid black;
		border-left:1px solid black;
		border-right:3px solid black;
			
		}
			
		
		h1{
			font-size:24pt; 
			font-family:verdana; 
			border:2pt solid black;
			text-align: center;
			padding:1%;
			
		}
		h2{
			font-size:16pt
			padding-left 80%;
			
			}

		
		
		
		
		
		footer {
			position: fixed;
			bottom: 0;
			background-color: black;
			color:white;
			width: 50%;
			font-size: 10px;
			text-align:center;
		}
		
		
		p {
			font-size:16pt; 
			margin: 25 px;
			text-align:center;
			padding-left:10%;
		}
		
		
		
		
		img{
		float:left;
		border: 1px solid black; 
		width:35%;
		
		}
		
		img{
		transition: transform .2s;
		float: left;
		width:22%;
		
		}
		
		img:hover{
		transform: scale(1.1);
		}
		
		table{
		width: 100%;
		border-collapse: collapse;
		}
	
		th,tr,td{
		border-style: solid;
		border-collapse: collapse;
		font-size: 16pt;
		font-family: Verdana;
		text-align:center;
		}
	

	