<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
    Document   : main.css
    Description:
        Global cascading style sheet for all devices
*/

body      {color: white; background-color: black; font-family: sans-serif}
a:link, a:visited, a:focus {color: cornflowerblue; text-decoration: underline;}
a:hover   {color: orange; text-decoration: underline;}
a:active  {color: red; text-decoration: underline;}
/*a.ext:before { content:"\2192 "; text-decoration: none; color: red}*/
a.ext:link, a.ext:visited, a.ext:focus {color: cornflowerblue; text-decoration: underline; }
a.ext:hover  {color: orange; text-decoration: underline;}
a.ext:active {color: red; text-decoration: underline;}
</pre></body></html>