table{
	width: 100% ;
	background-color: black;
	color:white;
}
.top{
	height: 300px;
	float: left;
	margin-right: 10px;
}
.top1{
	height: 1500px;
	background-color: black;
	font-size: 30px;
	text-align: justify;
	color: white;
}
.menu{
	background-color: black;
	color: white;
}
.menu1{
	margin-right: 10px;

}
A:visited {
    color: white;
}
A:active {
    color: white;
}
.text{
	background-color: black;
	color:white;
}