BODY {
	color: White;
	background-color: none;
	font: bold xx-small Arial Narrow;
	font-family: "Arial Narrow";
	font-size: xx-small;
	}

A {
	color: Blue;
	text-decoration: none;
	border-bottom: 0px;
	border-right: 0px;
}

A:HOVER {
	color: Red;
	text-decoration: none;
	border-right-width: 0px;
	border: 0px;
	text-align: right;
}
.centre {
	text-align: center;
}
.topnav {
	font-weight: bold;
}
.topalign {
	vertical-align: top;
}
.borderline {
	border-right-width: none;
	border-right-style: none;
	border-right-color: none;
}
.loweralign {
	vertical-align: bottom;
}
