/* 
	This CSS file contains the custom css styles for the Schoolzine Website template 
	When adding to this file use the following comment example:
*/

/* 
	Added by: Luke O
	Date: Date 05/10/23
	Descriptoin: Underline on hyperlinks
*/

.sz-user-link {
    text-decoration: underline !important;
}
