Order of CSS files generated by themeroller

Order of CSS files generated by themeroller

The themeroller application suggests that I include the CSS files in this order:

  1. <link rel="stylesheet" href="/themeroller/generated/custom-theme.css" />
  2. <link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.0/jquery.mobile.structure-1.3.0.min.css" />

I want to know if:

- Is is OK to include the structure file first and the custom file later?
- Is it OK to include the default CSS file first ( http://code.jquery.com/mobile/1.3.0/jquery.mobile-1.3.0.min.css) and then (optionally) include the themeroller generated CSS?