<style type="text/css">
<!--
/* Normal, standard links. */
a 
{
	color: #FF9900;
	text-decoration: underline;
}
a:link
{
	color: #FF9900;
	text-decoration: underline;
}
a:visited
{
	color: #66CCFF;
	text-decoration: underline;
}
a:hover
{
	color: #00CC00;
	text-decoration:  underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	text-decoration: none;
}
a.nav:hover
{
	font-weight: bold;
	color: #cc3333;
	text-decoration: underline;
}
body {
	background-image: url(background2.gif);
	font-size:12px;
	}
.stylemenu {
	max-height:none;
	font-size: xx-small;
	color:#FFFFFF;
	display: none;
}
-->
</style>