/**************************************/
/**  necogroup.css                   **/
/**************************************/

/*----------------------------*/
body{
	margin-left: 20px;
	line-height: 100%;
}
/*----------------------------*/
h1{
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #cccccc;
}
/*----------------------------*/
.linkSite{
	font-size: 12px;
	color: #cccccc;
}
.linkSite a{
	color: #cccccc;
	text-decoration: none;
}
.linkSite a:hover{
	color: orange;
	text-decoration: underline;
}
.linkGroup{
	font-size: 8px;
	color: #cccccc;
}
.linkGroup a{
	color: #cccccc;
	text-decoration: none;
}
.linkGroup a:hover{
	color: orange;
	text-decoration: underline;
}
/*----------------------------*/
