BODY {
	color: Black;
	background-color: b9c4c5;
	font-family: "@Arial Unicode MS", sans-serif;
	font-size: small;
	text-align: justify;
}

A {
	color: #2d3192;
	text-decoration: none;
	font-weight: bold;
}

A:HOVER {
	color: #2d3192;
	text-decoration: none;
	font-weight: bold;
	background-color: White;
}