input {   background: #ffff99;
          color: #000000;
          border: 0px;    }
textarea 
{         background: #ffff99;
          color: #000000;
          border: 0px;       }
.inputSubmit 
{         background: #000000;
          color: #00ffff;
          border: 2px outset #00ffff;       } 	 	
body {
      background: #000000;
      background-image: url(./exhibition/image/);
      color: #00ffff;
      background-repeat: repeat;
      background-position: center top;
      background-attachment: fixed;
}
a {
color: #ffffff;
}
a:hover {
color: #90ee90;
}
a:focus, a:active {
color: #a10000;
background: transparent;
font-style: italic;
}      

#static
{
    BACKGROUND: url(./exhibition/images/back.gif) transparent repeat;
	color: #00ffff;
}          
.opacityit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
-moz-opacity: 0.4;
}

.opacityit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}    