.littleBox {
	cursor: hand;
	position: absolute;	
	left:0;	
	border: 1px solid gray;
	background-color: black;
	width: 75;
	height: 75;
	filter: alpha(opacity=40, finishopacity=40, style=1);
}

.topBox {
	cursor: hand;
	position: absolute;	
	top:98;	
	border: 1px solid gray;
	background-color: black;
	width: 75;
	height: 75;
	filter: alpha(opacity=40, finishopacity=40, style=1);
}

.mainBox {
	position: absolute;
	left:77;
	top: 174;
	border: 1px solid gray;
	z-index: 2;
	visibilty: hidden;
	background-color: white;
	height: 228;
	width: 453;
	filter: alpha(opacity=40, finishopacity=40, style=1);
}


.coolText {
	cursor: default;
	filter: alpha(opacity=100, finishopacity=100, style=1);
}

.effText {
	cursor: default;
	color: white;
	font-weight: 700;
	font: 18pt Verdana;
}

.effText2 {
	cursor: hand;
	color: white;
	font-weight: 700;
	font: 18pt Verdana;
}

.linkText {
	cursor: hand;	
	color: black;
	font-weight: 700;
	font: 10pt Verdana;
}

.topText {
	font-weight: 700;
	font: 24pt Verdana;
	color: black;
}

.topTextBox {
        position: absolute;
        top: 0;
        left: 0;
        background-color: gray;
        border: 2px solid black;
        width: 530px;
        height: 50px;
        filter: alpha(opacity=40, finishopacity=40, style=1);
}

.textBelow {
	font-weight: 700;
	font: 12pt;
}

.textBelowBox {
        position: absolute;
        top: 51;
        left: 0;
        border: 1px solid black;
        background-color: gray;
        width: 530px;
        height: 15px;
        

}

.linkThing {
	position:absolute;
	top: 75;	
	border: 1px solid white;
	background-color: white;
        filter: alpha(opacity=40, finishopacity=40, style=1);
	cursor: hand;
	width: 176px;
}