/* Mike Shillitoe D S Ltd. 1999 */
A:name		{
	color: black
}

A:link {
	text-decoration: underline ;
	background: transparent;
	border : Silver;
}
 
A:visited {
	text-decoration: none ;
	font-weight: normal;
	background: Silver;
	color: #BA55D3
}

A:hover {
	text-decoration: underline;
	font-weight: normal;
	color: red ;
	text-transform: none;
	background-color : Aqua;
}

A:active {
	text-decoration: underline ;
	font-weight: normal;
	color: pink ;
	text-transform: uppercase;
	background-color : Lime;
}

BODY {
	background-image: url(graphics/background199.jpg) ;
	background-attachment: fixed ;
	background-repeat: repeat ;
	margin-left: 3% ;
	margin-right: 3% ;
}
