body {
	background-color: #fff;
	color: #000;
	margin: 5px 0 0 0;
	}
	
body#about li.about a:link, body#about li.about a:visited,
body#needs li.needs a:link, body#needs li.needs a:visited,
body#research li.research a:link, body#research li.research a:visited,
body#validation li.validation a:link, body#validation li.validation a:visited,
body#team li.team a:link, body#team li.team a:visited,
body#advisors li.advisors a:link, body#advisors li.advisors a:visited,
body#news li.news a:link, body#news li.news a:visited,
body#contact li.contact a:link, body#contact li.contact a:visited {
	color: #fff;
	background-color: #666;
	}

ul#global_nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font: bold 0.9em arial, helvetica, sans serif;
	border: 1px solid #000;

	}

ul#global_nav li {
	float: left;
	line-height: 1em;
	background-color: #900;
	color: #fff;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #333;
	}

ul#global_nav a {
	display: block;
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	padding: 4px 7px 4px 7px;
	}

ul#global_nav a:hover, ul#global_nav a:active, ul#global_nav a:focus {
	background-color: #b20000;
	color: #fff;
	}
	
.about { width: 93px; text-align: center; }
.needs { width: 92px; text-align: center; }
.research { width: 104px; text-align: center; }
.validation { width: 122px; text-align: center; }
.team { width: 92px; text-align: center; }
/*.advisors { width: 107px; text-align: center; }*/
.news { width: 92px; text-align: center; }
.contact { width: 123px; text-align: center; }

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	border-top: 1px solid #666;
	padding-top: 10px;
	margin-top: 10px;
	text-align: center;
	width: 725px;
	}

