BODY, TD {
	background-color: FFFFFF;
	font-family: inherit;
}
 
A {
	color: #000180;
	background: Fuchsia;
	background-color: transparent;
	background-position: bottom;
	border: thick #004180;
	border-left: thick Blue;
}

A:Hover {
	color: inherit;
	border: red;
	background-color: transparent;
	border-color: Blue;
	background: #FAEBD7;
}

H1, H2, H3, H4 {
	font-variant: small-caps;
	background-color: black;
	color: grey;
	padding: 4px;
	width: 100%;
	background: Purple;
}

a:link {
	font-weight: normal;
	scrollbar-face-color: Fuchsia;
}

a:link {
	background: grey;
	azimuth: center-right;
	cursor: crosshair;
}

