BODY {
	color: #FFFFFF;
	background-color: #000000;
	font-family: "Arial"
        text-align : justify;
	background-image: none;
	background-repeat: repeat;
	background-position: center;
}

A {
        color: #000000;
        text-decoration: none;
}

A:HOVER {
        color: #F8C807;
        text-decoration: none;
}