@import url(core.css);
@import url(text.css);

/*
 * GENERAL
 */

a:link {
	color: #4B4581;
	font-weight:bold;
}

a:visited {
	color: #4B4581;
	font-weight:bold;
}

a:hover {
	color: #000000;
	text-decoration:underline;
	font-weight:bold;
}

a:active {
	color: #000000;
	font-weight:bold;
}
