<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(layout.css);
@import url(presentation.css);
/*@import url(elements.css); */
/*removing or adding import of elements.css significantly affects layout,
  especially the navigation bar (menu).
  
  Things to watch out for in menuOA.css include:
  .navcontainer ul a {font-size: 0.8em;}
  .navcontainer ul  {line-height:1.2em;}
*/
/*
	Based on http://www.webproducer.at/flexiblelayout
*/
</pre></body></html>