body {
	background-color: #000000;
}
.style1 {color: #CCCCCC}
body,td,th {
	color: #CCCCCC;
}
a:link {
	color: blue;
	text-decoration: none;
}
a.Gallery1:link, a.Gallery1:visited {
	color: red;
	text-decoration: none;
}
a.Gallery3:link, a.Gallery3:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.GalleryRemote:link, a.GalleryRemote:visited {
	color: green;
	text-decoration: none;
}
a.Integrations:link, a.Integrations:visited {
	color: yellow;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	background-color: #515151;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.style2 {color: #999999}

.rows:hover {
	background-color: #414141;
}
a.underlined {
	text-decoration: underline !important;
}