TD.article {
	border: none;
	position: relative;
	table-layout: fixed;
}
BODY {
	color: Black;
	background-color: White;
	font-family: Arial, Verdana, sans-serif;
	font-size: smaller;
	text-align: left;
}

A {
	color: Blue;
}

A:HOVER {
	color: Fuchsia;
}
A:VISITED {
	color: Blue;
}
P.caption {
	font-size : x-small;
	font-style : italic;
}
P.normal{
	font-family: arial, verdana, sans-serif;
	font-size : 10pt;
}
