body {
	color : white;
	background-color : RGB(119,27,32);
}

table {
	background-color : black;
}

.lien {
	color : white;
}

.lien:hover {
	color : white;
	text-decoration : none;
}

.lien:visited {
	color : white;
}

.chat {
	color : white;
	text-decoration : none;
}

.chat:hover {
	color : white;
	text-decoration : none;
}

.chat:visited {
	color : white;
	text-decoration : none;
}

.upgradeEvent {
	color : white;
	text-decoration : none;
}

.upgradeEvent:hover {
	color : white;
	text-decoration : none;
}

.upgradeEvent:visited {
	color : white;
	text-decoration : none;
}

.tierstemps {
	color : #ff0000;
	font-size : 30;
	font-weight : bold;
}

.lpair {
	background-color : RGB(119,27,32);
}

.limpair {
	background-color : black;
}