/*
	Author: Lucien Couture
	Date:	August 29, 2015
*/


/* Navigation and Header */
nav {
	margin-right: 16%;
	margin-left: 16%;
	display: block;
	text-align: center;
}

nav li{
	display: block;
	float: left;
	text-align: center;
	width: 15%;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Body */
body {
	text-align: center;
	min-width: 800px;
	max-width: 800px;
	background-color: rgb(204, 255, 255);
}

/* Footer */
footer {
	text-align: center;
	color: gray;
	font-size: 10px;
}

input:focus , textarea:focus {
	background-color: rgb(255,255,204);
}