body {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-small;
	color: #990000;
	background-color: #000000;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #055E2C;
}

 .black_overlay{
            display: none;
            position: absolute;
            top: 0%;
            left: 0%;
            width: 100%;
            height: 100%;
            background-color: black;
            z-index:1001;
            -moz-opacity: 0.8;
            opacity:.80;
            filter: alpha(opacity=80);
        }
        .white_content {
            display: none;
            position: absolute;
            top: 25%;
            left: 25%;
            width: 50%;
            height: 50%;
            padding: 13px;
            border: ; black;
            background-color: black;
            z-index:1002;
            overflow: hidden;
        }h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	text-transform: uppercase;
	color: #990000;
	font-weight: lighter;
	font-variant: normal;
	font-style: normal;
}
.thumbs {
	border: thin outset #660000;
}
