<style type="text/css">
<!--

error {} /* Netscape and Opera seem to drop out the first value defined in the stylesheet */

/* default link (ie for in-page) */
a:link {
	color: #666666;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #CAB200;
}
a:active {
	color: #dddddd;
}
/* end default link */
/* colour of current page in the left nav */
.leftnavnolink {
	color: #8C7A24;
}
/* end colour of current page in the left nav */
/* styles for all links except in page links */
a.links:link {
	color: #666666; 
	text-decoration: none;
}
a.links:visited {
	color: #999999;
	text-decoration: none;
}
a.links:hover {
	color: #CAB200;
	text-decoration: underline;
}
a.links:active {
	color: #dddddd;
	text-decoration: none;
}
/* end styles for all links except in page links */

/* image for dot line in left nav */
.homedots {
    background-image: url(/marvellous/images/dots.gif);
	
}
/*  end image for dot line in left nav */
-->
</style>

