/* Belle website stylesheet - blue 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: #0066CC;
    color: white;
    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: 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; }


/* link colours */
a:link        { color: #00CCFF; font-weight: bold; text-decoration: none } /* deep blue */
a:visited     { color: #99CCFF; font-weight: bold; text-decoration: none } /* pale blue */
a:active      { color: #FF9900; font-weight: bold; text-decoration: none } /* belle orange */
a:hover       { background: #006699; text-decoration: underline }

/* no anchor border around IMGs */
a:link    img { border: none }
a:visited img { border: none }
a:active  img { border: none }
