/* Common  page features */
body {font-size:  12pt;
           font-family:  "Veranda";
           color:  "#4B4B4B";
           line-height:  16pt;
           margin-left:  10pt;
           margin-right:  10pt;
          background-color: "#6060A0";
}


/*Indent paragraphs */
           p {margin-left:  20pt;
                margin-right:  20pt;
           color: rgb(128,0.64); }

/* Image displays located by identifiers on specific pages */
body,  #bmpimage1   img {float: right; margin-right: 2em;  }

body, #bmpimage2   img { float: left; margin-right: 1em; }

#bckground {background: url(basegraph.bmp);
                         background-attachment: fixed; }                    
p, #articles   { color: blue;}
#sqimage    {background: url(http://selectshoppingusa.com/hilight.gif);
                      background-repeat: no-repeat;
                      background-attachment: fixed;
                      background-position: '3% 90%';
                      font: 16pt WST_Engl;
                      }

#locate       {background-color: "#C096FF"; 
                       font:  12pt Veranda_Bold;
                       color: rgb(63,120,120);
}
#newslinks  {background-color: "#A4FF40"; 
                       font:  12pt Veranda_Bold;
                       font-variant:  oblique; 
                       color: rgb(73,73,73);
                     
}

#store         {background-color: "#FFFFFF";
                      font: 10pt Veranda_Bold;        
}

/* make headings Veranda Bold or WST */
h1          {font: 18pt Veranda Bold;
                 font-weight:  bold;
                  line-height:  30pt;
                  background: rgb (255,196,196);
                   }
H2 { 
/*  background: url(basegraph.bmp);  */
  padding: 1em 2em;
} 
 
h2           {font: 16pt Veranda Bold;
                 font-weight:  bold;
                 line-height: 22pt;
                 background: rgb(196,128,128);
                 color: "#FFFFFF"; }

h3          {font: 12pt Veranda Bold;
               font-weight:  bold;
               line-height: 16pt;
                color: "#FFFFFF";
               background: rgb(63,120,120); }

h4          {background-color: "#FFFFFF";
               color: "#0080FF"; }

\*           li            {color: "#00B0FF"; }              */

div { background-color: "#000000"; color: rgb(128,0,64);
           border-width: 2px;
           border-color: white;
           border-style: solid;
           width: 85%;
 }


div.box {  border: solid;  border-width:  thin;  width:  85%;
               background-color: "#00C4C4"; 
               color: rgb(0,60,120);
               border-width: 2px;
               border-color: gray;
               border-style: solid;
               width: 85%;
 }

div.color  {
      background: rgb(204,230,255);
      padding:   0.5em;
      border: none;
}
div.id { background: rgb(198,198,255); }

DIV.greeting  {  background: rgb(198,198,255); 
                              color: blue;}



/* link color - blue */
                  a: link {color: "#0000A0";}
                  a: visited {color: white;}
                  a:hover {color: rgb(255,0,128);}
                  
