body {
	background-color: #ffffff;
	color: #191970;
	
}

h1 { background-color:#191970;
	color: #e6e6fa;
	line-height: 200%;
	font-family: Georgia, Times New Roman, serif;
	}
	
h2 {background-color: #aeaed4;
	color: #191970;
	font-family: Georgia, Times New Roman, serif;
	text-align: center;
	
	
	
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-indent: 1%;
	text-align: left;
}


nav{
	
	width: 100%;
	float:left;
	font-weight: bold;
	font-size: 150%;
	word-spacing: 35%;
}





nav ul li {
	display: inline;
	margin-right: 10%;
}
nav a:link{color: green;}


nav a:visited { color: red;
	
	
}

nav a:hover { color: black;
	
	
}
	
	
	
	header{
		text-align: center;
		width: 100%;
		float: left;
	}
	
	main {
		width: 100%;
		float: left;
		
	}
	
	footer{
		
		width: 100%;
		float: left;
	}
	
	.c1, .c2, .c3 {
		width: 30%;
		margin-left: 2.5%;
		margin-top: 5%;
		background-color: #ffffff;
		float: left;
		
	}
	.c1 img, .c2 img, .c3 img{
		
		margin-left: 2.3%;
		margin-top: 15%;
		}
		.disclaimer{font-size: 50%;
			
			
		}