body {
    background-image:url('../images/sumipntg/sumtextb.jpg');
    font-family: Arial, Helvetica, sans-serif;
    color: #000066;
    }

/* Link Colors */
a:link    {color:#990099;}
a:visited {color:#666699;}
a:hover   {color:red;}
a:active  {color:orange;}  
         
/*Resize home page slides*/
div.slidepict  img {
          display: block; max-width:400px; max-height:350px; width: auto; height: auto;
           }

/*Resize slideshow page slides*/
div.slideshow  img {
          display: block; max-width:600px; max-height:600px; width: auto; height: auto;
           }

#bar_blank {
  border: solid 1px #000;
  height: 20px;
  width: 300px;
}
 
#bar_color {
  background-color: #006666;
  height: 20px;
  width: 0px;
}
 
#bar_blank, #hidden_iframe {
  display: none;
}