﻿/* cross-browser reset stylesheet */
@import url('reset.css');

/* style shared between teacher and student sections */
@import url('default.css');

/* student section stylesheets */
@import url('student.css');
@import url('student-pages.css');
@import url('student-forms.css');