/* Style Sheet for SVBC pages */

BODY                         {color: black; background: #fff; font-family:Arial, Helvetica,sans-serif;}
H1,H2                        {color: #0000a0; font-weight: bolder;}
H1                           {font-size: 175%;}
H2                           {font-size: 150%;}
A,A:link,A:visited           {color: #0000a0;}
A:hover                      {color: blue;}
TD A,A:link,A:visited        {color: #0000a0;}
TD A:hover                   {color: blue;}
.warning                     {color: red;}
.emphasis,.emphasiscenter    {color: #0000a0; font-weight: bolder;}
.emphasiscenter              {text-align: center;}

/* Sidebar style */

.sidebar                     {background: #aaaaff;}
.sidebar A,A:link,A:visited  {color: #0000a0; font-size:90%}
.sidebar a:active            {color: red;}
.sidebar a:hover             {color: #aaaaff; background: #0000a0;}

/* General stuff */

STRONG, B                    {font-weight: bolder;}    /* Fix Navigator 4 bug */