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

a:link{
	color : white;
}

a:visited{
	color : white;
}

a:hover{
	color: lime;
}

a:active{
	color : white;
}

.copyright {
	color: white;
}

.indexcom {
	color: white;
}

.MainTitle {
	color: silver;
}

