body {
	background-color: #1B45B6;
	margin: 0;
	padding: 0;
	color: white;
	
/*Creates orange scrollbars with blue track*/
	scrollbar-face-color : #1B45B6;
	scrollbar-highlight-color : #a7cbff;
	scrollbar-3dlight-color : #0b3ead;
	scrollbar-shadow-color : #0b3ead;
	scrollbar-darkshadow-color : #000045;
	scrollbar-track-color : black;
 	scrollbar-arrow-color : #d21112;
}
p {
/*Sets font face, color, centering and size of "copyright" text for image count, index link and WPC link*/
	font-family: Comic Sans MS, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
}
h1 {
/*Makes the Gallery Index page Header with gold bg*/
	background-color: #ffcc00;
	padding: 10px;
	font-family: Comic Sans MS, sans-serif;
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
	color: black;
}
.main_img {
	border : 0;
}
.main_thumb {
	border : 0;
}
img..thumb {
	border : 0;
}
a:link {  color: #ffffff;
	text-decoration:none;}
a:visited {  color: #ffffff;
	text-decoration:none;}
a:hover {  color: red;}
a:active {  color: red;}
