/*
* Main stylesheet
*/

@import url("layout.css"); /* lay out the webpage (positions, borders, ...)*/
@import url("general.css"); /* general tags style (common for the whole website)*/
@import url("menuTabs.css"); /* lay out the menu */
@import url("header.css"); /* lay out the header */
@import url("footer.css"); /* lay out the footer */
@import url("content.css"); /* lay out the content */

@import url("links.css"); /* lay out the links page */
