@charset "UTF-8";
/* CSS Document */

body {
		background-color:#ffffff;
}

header {
		background-color:#ffffff;
}
section {
		background-color:#90CE3F;
}
nav {
		background-color:#90CE3F;
}
footer {
		background-color:#ffffff;
}
table {
    width: 100%;
}

.h1 {
	font-family: "Century Gothic";
	font-size: 36px;
	color: #f4f4f4;
}
.h2 {
	font-family: "Century Gothic";
	font-size: 16px;
	color: #FFFFFF;
}
.h3 {
	font-family: "Century Gothic";
	font-size: 16px;
	color: #000000;
}
.h4 {
	font-family: "Century Gothic";
	font-size: 36px;
	font-style: italic;
	color: #FFFFFF;
}
