/* 
	core.css imports all necessary stylesheets for the application.
	
	Naming Convention (following W3C standards):
		- All lowercase
		- Connect parts with "-" (e.g. nav-header)
	
	author: Ivan Yeh
*/ /* Imports ============================================================*/
@import url("/spr/styles/template.css");

@import url("/spr/styles/multiclass.css");

@import url("/spr/styles/style.css");
