@import "os_stylesheet.css";/* This stylesheet overrides via CSS rule number 5. This stylesheet is appended set of styles to the imported stylesheet renamed os_stylesheet.css. This page is generated by nemo_admin.php This stylesheet imports all styles and then the following set of styles modifies them.This provide a much smaller and more readable set of selectors to work with */ /*Override_Colors*/TR.headerNavigation, TD.headerNavigation, TR.footer, TD.footer { /* background: #669933; */ /* This sets the dominant color to your choosing */ /* background: #006699;     blue */    background: #9933ff;  /* purple 8 */	}A {/* color: #669933;  *//* color: #006699;  */   color: 9933ff;   /* This sets standard anchor tag colors */}A:hover {  color: #777777; /* This sets standard anchor tag HOVER colors */}A.headerNavigation {    color: #FFFFFF; /* This sets navigation anchor tag HOVER colors */}A.headerNavigation:hover { /* This sets navigation anchor tag HOVER colors */  color: #990000;}TD.NemoInfoBoxHeading {/* background: #669933; *//* background: #006699; */   background: #9933ff; }