/* CSS Document */

body {
	background-color: #000000;
}
body,td,th {
	color: #FFFFFF;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
.navigationbar {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.details {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.gallerylist {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.thumbnail {
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
}
.mainimage {
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
}.pink {
	color: #927385;
}