body {
	background-color: black;
	color: white;
}

a:link { 
	text-align: center; 
	color: white;
}

a:hover { 
	text-align: center; 
	color: gold;
}
a:visited { 
	text-align: center; 
	color: white;
}

.menu {
	font-family: "Comic Sans MS";
	font-size: 10pt;
	font-weight: bolder;
	text-decoration: none;
	font-style: normal;
	color: gold;
	width: 106px;
	height: 25px;
	text-align: center;
	vertical-align: middle;	
}

a.menu:link { 
display: block;
text-decoration: none; 
color: gold;  
width: 106px; 
height: 25px;
text-align: center; 
}

a.menu:hover { 
display: block;
text-decoration: none; 
color: gold; 
background: url(images/MenuSideBackground3D.gif);  
width: 106px; 
height: 25px;
text-align: center; 
}

a.menu:visited { 
display: block;
text-decoration: none; 
color: gold;  
width: 106px; 
height: 25px;
text-align: center; 
}


.mainDiv {
	vertical-align:middle;
	-moz-opacity:0.00; 
	width:100%;
}

.menuDiv {
	background-color: maroon;
}

.mainFrame {
	border:1; 
	border-color:gold; 
	border-style: inset;
}
