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

body {
	font-family:Arial, Helvetica, sans-serif;}

#index {
	text-align:center;
	margin-top: 40px;}
	
#home {
	margin-top: 10px;
	margin-left: 10px;
	font-size: 48px;
}

#navigation {
	margin-left: 10px;

}

#homecontent {
	margin-top: 50px;
	text-align: center;
	font-size: 12px; 

}

#grassroots {
	margin-top: 30px;
	text-align: center;
	font-size:10px; 

}

#missioncontent {
	margin-top: 50px;
	margin-left: 380px;
	text-align: justify;
	width: 500px;
	font-size: 14px; 

}

#aboutcontent {
	margin-top: 50px;
	margin-left: 380px;
	text-align: center;
	width: 500px;
	font-size: 14px; 

}





a:link {color: #000000; 
		text-decoration: none;}
a:active {color: #000000; 
		text-decoration: none;}
a:visited {color: #000000; 
		text-decoration: none;}
a:hover {color:#C60; 
		text-decoration: none;}
	
	
