A.tree:VISITED {
	color : Black;
	text-decoration : none;
	font-family : Garamond;
	font-size : 20px;
}
A.subtree:VISITED {
	color : Black;
	text-decoration : none;
	font-family : Garamond;
	font-size : 18px;
}

BODY {
	background-image : url("../fondpo.jpg");
}

A.subtree:ACTIVE {
	color : Red;
	text-decoration : underline underline underline;
	font-family : Garamond;
	font-size : 19px;
}
A.subtree:HOVER {
	color : Red;
	text-decoration : underline underline underline;
	font-family : Garamond;
	font-size : 19px;
}
A.subtree:LINK {
	color : Black;
	text-decoration : none;
	font-size : 18px;
	font-family : Garamond;
}
A.TREE:ACTIVE {
	color : Red;
	text-decoration : underline underline underline;
	font-family : Garamond;
	font-size : 19px;
}

A.TREE:HOVER {
	color : Red;
	text-decoration : underline underline underline;
	font-family : Garamond;
	font-size : 21px;
}

A.TREE:LINK {
	color : Black;
	text-decoration : none;
	font-size : 20px;
	font-family : Garamond;
}


