<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: #C74A3E;
}
a:active {
	color: #dddddd;
}
/* end default link */
/* colour of current page in the left nav */
.leftnavnolink {
	color: #921105;
}
/* 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: #C74A3E;
	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(http://www.museum.vic.gov.au/lectures/images/dots.gif);
}
/*  end image for dot line in left nav */

.sitelink {
	FONT-WEIGHT: normal; COLOR: #666666; FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size: 85%;
	padding-top: 5px;
}
-->
</style>

