/* The various CSS elements have been divided among four different .css files, to retain some level of organization. */
/* This also makes it easier to look for and, as needed, modify or update, specific style components. */

/* general.css - All the general and common css and style components used for both the main and inside pages. */
/* text.css - Style for all the text and anchor tags */
/* home.css - Specific styles for the home page. */
/* inside.css - Style code for the inside pages. */
/* menu.css - Stylesheet for the main menu. */


@import url("/styles/general.css");
@import url("/styles/text.css");
@import url("/styles/home.css");
@import url("/styles/inside.css");
@import url("/styles/menu.css");