/* Modify spell links color to match Synergie current phpBB3 theme */

/* Spells */
.spell, .spell a:link, .spell a:active, .spell a:visited, .spell a:hover {
	color: #FFBF00 !important;
	text-decoration: none;
}
