/*
|--------------------------------------------------------------------------
| Main stylesheet
|--------------------------------------------------------------------------
| The main stylesheet that displays the site as intended for the internet.
| Import is used so that styles can be organised and so that there is only 
| one css file referenced in the html page
| 
*/
@import url('reset.css');
@import url('styles.css');
@import url('template.css');
@import url('classes.css');
@import url('modules.css');
@import url('pages.css');
