a:link
	{
	color: #336666;
	text-decoration: underline;
	}

a:visited
	{
	color: #336666;
	text-decoration: underline;
	}

a:active
	{
	color: #990000;
	text-decoration: underline;
	}

a:hover
	{
	color: #003333;
	text-decoration: underline;
	background: #CCCCCC;
	}

.bar:link
	{
	color: #CCCC99;
	text-decoration: none;
	}

.bar:visited
	{
	color: #CCCC99;
	text-decoration: none;
	}

.bar:active
	{
	color: #CCCC99;
	text-decoration: none;
	}

.bar:hover
	{
	color: #CCCCCC;
	text-decoration: none;
	background: #003333;
	}