

/* css basic styles */

	/* file for anchors and cuastom anchoes with images like pdf icon */
	@import url('./anchors.css');

	/* file for headings and text styles */
	@import url('./headings.css');

	/* file for basic custom styles like logo, breadcrumbs, custom boxes  etc */
	@import url('./basicstyles.css');

	/* file for styles needed on the php server like galleries, staff pages, calendars etc */
	@import url('./gallery_php.css');

/* css files for form building */

	/* basic form styles that are not width-dependant */
	@import url('./basicforms.css');
	
	/* form styles for pages with menu */
	@import url('./formsfixed.css');
	
	/* form styles for pages with no menu */
	@import url('./formsmax.css');

	/* styles for link pop menu */
	@import url('./linkmenu.css');


/* css file for old website style names */

	/* old style names can be listed here and restyled in new styles */
	@import url('./retro.css'); 





















