@charset "utf-8";
/* CSS Document */

.header {
    background-color: #41c241;		
}

.navbar {
	background-color: #41c241;	
}

.content {
	background-color: #E6FFE6;
}

.footer {
	background-color: #41c241;
}