<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: #0043FF;
}
a:active {
	color: #dddddd;
}
/* end default link */
/* colour of current page in the left nav */
.leftnavnolink {
	color: #220303;
}
/* 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: #0043ff;
	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(/scidiscovery/images/dots.gif);
}
.homepage {
    background-color: #f7f8fa;
}
.homedotstrip {
    background-image: url(/scidiscovery/images/dots_vert.gif);
}
.tablehead {
    background-color: #dfdfdf;
}

.table {
    background-color: #eceaea;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.footer {
    background-color: #ffffff;
}
/*  end image for dot line in left nav */

-->
</style>
