a:link {
	font-weight: bold;
    text-decoration: none;
	color: 6cd8ff;
	
}

a:hover {
	font-weight: bold;
	color: 000066;
	text-decoration: none;
	background-color: 6cd8ff;
	
}
a:active {
	font-weight: bold;
	color: ffffff;
	text-decoration: none;
}
body {

	color: ffffff;
	text-decoration: none;
}
table {

	color: c7205d;
	text-decoration: none;
}