BODY {
	color: Black;
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: justify;
}

A.footer {
color: Black;
font-weight : normal;


}

A.footer:HOVER {
	color: Blue;
}



A {
	color: Blue;
	text-decoration: none;
}

A:HOVER {
	color: Blue;
	text-decoration: underline;
}


A.leftmenu:HOVER{
	color: Silver;
	font-size: 88%;
	font-weight: bolder;
	font: Book Antiqua;
	text-decoration: none;
}	

A.leftmenu{
	color: White;
	font-size: 88%;
	font-weight: bolder;
	font: Book Antiqua;
}	

