BODY {
	color : Background;
	font-family : sans-serif;
	font-size : xx-small;
	text-align : justify;
}

A {
	color : rgb(51, 102, 153);
	text-decoration : none;
}

A:HOVER {
	color : rgb(51, 153, 0);
	text-decoration : none;
}