body {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
}

img{border:0px;}

td {
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

th {
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.collectionbox {
	border: thin solid #880000;
}
.collectionnames {
	font-size: large;
	color: #FF0000;
	font-weight: bold;
}

.enter:link { 
	text-decoration: none;
}

.enter:visited {
	color: blue;
	text-decoration: none;
}

.enter:hover {
	color: #669900;
	text-decoration: underline;
}
.enter:active {
	color: #660000;
	text-decoration: underline;
}

a:link { 
	text-decoration: none;
}

a:visited {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: #FF3300;
	text-decoration: underline;
}
a:active {
	color: #660000;
	text-decoration: underline;
}




.highlightit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.7;
}

.highlightit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}.collectiontable {
	border-right-style: dotted;
	border-bottom-style: dotted;
}
