﻿/* style.css */
/* main stylesheet for the John Paul College website */
/* launches other stylesheets in order */



/* import the superfish drop down css */
@import url('superfish/superfish.css');

/* import the grid layout css */
@import url('jpic.css');

/* import the type css */
@import url('type.css');

/* import the colours css */
@import url('colours.css');

/* import the forms css */
@import url('forms.css');

/* end of file */