A:LINK {
		font-family: Arial;
		font-size: x-small;
		font-weight: medium;
		font-style: none;
		cursor: hand;
		color: #c0c0c0;
		text-decoration: none;
}

A:VISITED {
		font-family: Arial;
		font-size: x-small;
		font-weight: medium;
		font-style: none;
		cursor: hand;
		color: #c0c0c0;
		text-decoration: none;
}

A:HOVER {
		font-family: Arial;
		font-size: x-small;
		font-weight: medium;
		font-style: none;
		cursor: hand;
		color: #c0c0c0;
		text-decoration: underline;
}

A:ACTIVE {
		font-family: Arial;
		font-size: x-small;
		font-weight: bold;
		font-style: none;
		cursor: hand;
		color: #c0c0c0;
		text-decoration: underline;
}

BODY {
		font-family: goudy old style;
		font-size: x-small;
		font-style: normal;
		text-decoration: none;
}