TABLE.navigator:after {
	color : Blue;
}
TABLE.navigator {
}
TABLE{
	width: 100%;
}
span.authors{
	font-family : "Times New Roman", Times, serif;
	color : Green;
}
span.title {
	font-family : "Times New Roman", Times, serif;
	font-style : italic;
	color : Green;
}

span.reference {
	color : Green;
	font-family : "Times New Roman", Times, serif;
	font-weight : bold;
}
span.LargeFirstName{
	font-size : 150%;
}
span.LargeLastName{
	font-size : 200%;
}
A.OurAuthor{
	font-family: "Times New Roman", Times, serif;
	color : Blue;
	text-decoration : none;
}
A.Ref{
	color : Blue;
	font-family : "Times New Roman", Times, serif;
	font-weight : bold;
	text-decoration : none;
}
A.Navig {
	text-decoration : none;
	color : Red;
	text-align : center;
	font-weight : bold;
	font-size : 15pt;
}
A.elib{
	text-align : right;
}
UL {
	margin-left : 0px;
}

OL {
	margin-left : auto;
}

 