div.menu a, div.menu a:hover {
	
	background: black;
	text-decoration: none;
	color: white;

}

a {
	
	background: black;
        text-decoration: none;
        color: blue;
			
}
a:hover {

	background: blue;
	color: black;
	text-decoration: none;
}

div.navimenu a, div.navimenu a:hover {

	background: yellow;
	color: black;
	text-decoration: none;
}
div.navimenu {
	
	background: yellow;
	color: black;
	text-decoration: none;
}

body {
	background: black;
	font-size:normal;
	font-family: Courier;;
	color: white;
}
div {
	order-collapse: collapse;
	border-spacing: 0px;
}

td.border {
	border-width: 1px;
	border-style: solid;
	color: white;
	background: black;
}

div.topic {

	z-index: 2;
	background: black;
	border-style: solid;
	border-width: 1px;
	color: white;
	height: 25px;
	padding: 4px;
}

div.menu {

	z-index: 2;
	background: black;
	border-style: solid;
	border-width: 1px;
	color: white;
	height:100px;
	padding: 4px;
}

div.content {

	z-index: 2;
	background: black;
	color: blue;
	height: 350px;
	width:100%;
	padding: 4px;
	overflow: auto;
}
div.text {
	width:550px;
	padding:4px;
}

div.navi {
	
 	z-index: 2;
       	background: black;
        border-style: solid;
        border-width: 1px;
        color: white;
        height: 400px;
        padding: 4px;
}

div.mixer {
	
	z-index: 2;
	background: black;
        border-style: solid;
        border-width: 1px;
        color: white;
        height: 44px;
        padding: 7px;
}

div.plus{
        
	position: absolute; 
	z-index: 4;
	background: black;
	border-style: solid;
	border-width: 0px;
	width:32px;
	color: white;
	top: 142px;
	left: 869px;		
	text-align:center;
					
}

div.minus {
	
	position: absolute; 
	z-index: 4;
	background: black;
	border-style: solid;
	border-width: 0px;
	color: white;
	width:32px;
	top: 17px;
	left: 869px;
	text-align:center;
}

div.mixercaption {
	
	position: absolute; 
	z-index: 4;
	background: black;
	border-style: solid;
	border-width: 0px;
	color: white;
	top: 689px;
	left: 730px;		
	width:70px;
}

div.contentcaption {
	
	position: absolute; 
	z-index: 4;
	background: black;
	border-style: solid;
	border-width: 0px;
	color: white;
	top: 142px;
	left: 325px;
}
