/*-- Cascading Style Sheet: style200.css --*/
/*-------- For gallery.htm pages --------*/

body { background: #99ffff; 
	background-image: url(../graphics/bg060.jpg);
	background-repeat: repeat;
	 margin-top: 2; 
	 margin-left: 2; 
	 margin-right: 2; 
	 margin-bottom: 2; 
	 font-family: Georgia, Verdana, Arial }

a:link    { color: #0000ff }
a:active  { color: #0000ff }
a:visited { color: #0000ff }
a:hover   { color:red; background-color:#ccffff } 

h2 { color: #666666; font-size: 14pt; text-align: center }
h3 { color: #666666; font-size: 11pt; text-align: center }
h4 { color: #666666; font-size: 10pt; text-align: center }
h5 { color: #666666; font-size:  8pt; text-align: center; font-family: Arial }
p  { color: #333333; font-size: 10pt; text-align: left }

body {
scrollbar-arrow-color: #000099;
scrollbar-base-color: #33ccff;
scrollbar-dark-shadow-color: #000000;
scrollbar-track-color: #000099;
scrollbar-face-color: #ccffff;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #003399;
scrollbar-3d-light-color: #0099cc; }