/********** Basic Styles **********/

body        { background-color: #ffffff; }                     /* body */

body.logo   { background-image: url("/main/pictures/preferences-system.svg");
              background-size: 50px 50px;
              background-repeat: no-repeat;
              background-position: 3em 1.3em; }                /* logo */

/* a.nav    { color: #000000; background-color: #ffffbb; } */    /* navigation */

a.title1    { font-weight: bold;
              text-decoration: none;
              color: black;
              font-size: large; }                              /* title1 */

a.bold      { font-weight: bold; }                             /* bold font */


/* a.n1        { background-color: #cfcfcf; }                    */  /* grey background */
/* a.n2        { font-weight: bold; background-color: #cfcfcf; } */  /* grey background, bold font */

a.n1        { background-color: #ccccff; }                     /* grey background */
a.n2        { font-weight: bold; background-color: #ccccff; }  /* grey background, bold font */

a.n5        { background-color: #e0e0e0; }                     /* grey background */
a.n6        { font-weight: bold; background-color: #e0e0e0; }  /* grey background, bold font */

a.side1     { background-color: #eeeeaa; }                     /* side background color */
a.side2     { background-color: #ccccff; }                     /* side background color */

a.green     { font-weight: bold; color: #00dd00; }             /* green font */
a.yellow    { font-weight: bold; color: #cccc00; }             /* yallow font */
a.red       { font-weight: bold; color: #dd0000; }             /* red font */
a.grey      { font-weight: bold; color: #bbbbbb; }             /* red font */

img.noFrame { border: 0px; }                                /* Image Noframe */

/********** Custom Styles **********/

