/* Belle website stylesheet - white background pages */


body, p, td, li, h1, h2, h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
  }

body, p, td, li {
    font-size: x-small;
  }

body {
    background: white;
    color: black;
    margin-left: 0em;   /* keep nav block agains left window frame */
    margin-top: 1em;    /* breathing space */
    margin-right: 2em;  /* breathing space */
    margin-bottom: 0em;
  }


/* headings - h1 for page titles, h2 sections within page */
h1            { font-size: x-large; font-weight: bold; }
h2            { font-size: medium; font-weight: bold; }
h3            { font-size: small; font-weight: normal; }

/* custom text sizes */
.small        { font-size: xx-small; }


.prodTitle    { font-size: xx-large; font-weight: bold; color: #FF9933; }
.prodBgYellow { background-color: #FFCC66; }
.prodBgBlue   { background-color: #6699CC; color: white; }

/* link colours */
a:link        { color: #0066CC; text-decoration: none; } /* bright blue */
a:visited     { color: #003399; text-decoration: none; } /* dark blue */
a:active      { color: #FF9900; text-decoration: none; } /* belle orange */
a:hover       { background: #EEEEFF; text-decoration: underline; }

/* no anchor border around IMGs */
a:link    img { border: none; }
a:visited img { border: none; }
a:active  img { border: none; }
