/**************************************/
/**  top.css                         **/
/**************************************/

/*----------------------------*/
h1{
	text-align: left;
	margin-left: 20px;
	color: #cccccc;
	font-size: 18px;
	font-weight: bold;
}
h1 a{
	color: #cccccc;
	text-decoration: underline;
}
h1 a:hover{
	color: orange;
	text-decoration: underline;
}
.catsgroup{
	font-size: 8px;
	color: #cccccc;
}
.catsgroup a{
	color: #cccccc;
	text-decoration: none;
}
.catsgroup a:hover{
	color: orange;
	text-decoration: underline;
}
/*----------------------------*/
