/* CSS Document */

a:link
	{
	font-weight: bold;
	color: #000;
	background-color: transparent;
	text-decoration: none;
	}	
a:visited
	{
	font-weight: bold;
	color: #040404;
	background-color: transparent;
	text-decoration: none;
	}	
a:active
	{
	font-weight: bold;
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
	}
a:hover
	{
	font-weight: bold;
	color: yellow;
	background-color: #000;
	text-decoration: none;
	}
a.nav:link
	{
	font-weight: bold;
	color: #fff;
	background-color: transparent;
	text-decoration: underline;
	}	
a.nav:visited
	{
	font-weight: bold;
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	}	
a.nav:active
	{
	font-weight: bold;
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
	}
a.nav:hover
	{
	font-weight: bold;
	color: yellow;
	background-color: #000;
	text-decoration: none;
	}
