body {
	color: #CCCCCC;
	background-color: black;
}

.picture_frame{
	border-style: solid;
	border-width: 3px;
	border-color: #98925B;
	
}

.gallery_caption{
	font-family: Arial, Sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #F1D6C1;
	
}

a {
	font-size: 12px;
	color: #99CCCC;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00CCCC;
}
a:hover {
	text-decoration: underline;
	color: #6699CC;
}
a:active {
	text-decoration: none;
	color: #6699CC;
}
