#menu{
	padding: 0;
	margin: 0;
}

#menu li{
	list-style-type: none;
	display: inline;
}

#menu li a{
	font-size: 10pt;
	font-family: Sans;
	font-weight: bold;
	color: #9d9f9c;
	text-decoration: none;
}

#title{
	font-family: Sans;
	font-size: 18pt;
	font-weight: bold;
	color: #3bd51b;
}

#text{
	color: #000000;
	font-family: Sans;
	font-size: 8pt;
}
