/*----------------------------------------------------------------------------*
 *
 * CORE Style Sheet
 *
 *----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------*/

@import url( "breadcrumb.css" );
@import url( "database.css" );
@import url( "matrix.css" );
@import url( "tree.css" );
@import url( "form.css" );


/*----------------------------------------------------------------------------*/

a
{
	color:				#DE0005;
	text-decoration:	underline;
}

a:hover
{
	text-decoration:	none;
}

h3
{
	font:				18px Arial Narrow;
	font-weight:		bold;
	color:				#DE0005;
	margin-bottom:		0;
	padding-bottom:		0;
	text-align:			left;
}


/*----------------------------------------------------------------------------*/
