A:link.topBar {
	color: White;
	text-decoration : none;
	font-family : Arial;
	font-style : italic;
	font-size : x-small;
	font-weight : bold;
	font : bold italic x-small;
}       /* unvisited link */
A:visited.topBar {
	color: White;
	text-decoration : none;
	font-family : Arial;
	font-style : italic;
	font-size : x-small;
	font-weight : bold;
	font : bold italic x-small;
}   /* visited links */
A:hover.topBar {
	color: Silver;
	text-decoration : none;
	font-family : Arial;
	font-style : italic;
	font-size : x-small;
	font-weight : bold;
	font : bold italic x-small;
}
A.link.bodyText {
	color: Blue;
}
A:visited.bodyText {
	color: Blue;
}
A:hover.bodyText {
	color: Red;
}
A.link.leftBar {
	color: White;
	text-decoration : none;
}
A:visited.leftBar {
	color: White;
	text-decoration : none;
}
A:hover.leftBar {
	color: Yellow;
	text-decoration : none;
}