/* Fractal Continuum web site default style sheet. */

/* Default background... */
BODY {background-image: url(../graphics/background.jpg); 
      font: 10pt Arial;
      color: white;
      background-attachment: fixed;
      background-color: navy;}

TBODY {color: white;
       font: 10pt Arial;}

BASEFONT {color: white; 
          font: 10pt Arial;}

/* Headings... */
H1 {color: white; 
    font: bold 16pt Arial;
    text-align: center;}

H2 {color: white;
    font: bold 14pt Arial; 
    text-align: center;}

H3 {color: white; 
    font: bold 12pt Arial; 
    text-align: left;}

H4 {color: white; 
    font: bold 11pt Arial; 
    text-align; left;}

/* Body Defaults... */
P,LI,UL,OL {color: white; 
            font: 10pt Arial; 
            text-align: left;}

IMG {border: none;}

.set-list {color: white; 
           font: 10pt Arial; 
           text-align: center;
           line-height: 0.5;}

/* Links... */
A:active  {color: #ff9900 ; 
           text-decoration: none;}

A:link    {color: #ff9900 ; 
           text-decoration: none;}

A:visited {color: #ff3300 ; 
           text-decoration: none;}

AREA:active  {border: 0px solid;}

AREA:link    {border: 0px solid;}

AREA:visited {border: 0px solid;}
