*{
	background-color: rgb(0,0,0);
	color: rgb(0,255,0);
	font-family: "Palatino", "Garamond", "Book Antiqua", "Times New Roman", Times;
}
h2{
	color: rgb(255,255,255);
}

table, th, td {
	border: 1px solid gray;
}

#titleBox {position: absolute;
	top: 280px;
	left:40px;
}

#logoBox {position: absolute;
	top: 10px;
	left:450px;
}


#mainBody {
	position: absolute;
	top: 100px;
	left: 300px;
	max-width: 780px;
	font-size: 15.5px;
	}

.sideBar {
	position: absolute;
	left: 0px;
	top: 150px;
	width: 270px;
}

.titleBar {
	position: absolute;
	left: 0px;
	top: 0px;	
		
}
.WoodBetweenWorlds {
	color: rgb(66,134,250);
	
}


.mouseOver .mouseOverText {
    visibility: hidden;
    background-color: rgb(25,25,25);
    color: rgb(255,255,255);
    text-align: center;
    border-radius: 0px;
    padding: 0px;
    font-size: 11px;
    /* Position the tooltip */
    position: absolute;
    left: 70px;
    top: -70px;
    z-index: 1;
}

.mouseOver:hover .mouseOverText {
    visibility: visible;
}
