a:link
	{
		text-decoration: none;
		color="#000000"
	}

a:active
	{
		text-decoration: none;
		color="#000000"
	}

a:visited
	{
		text-decoration: none;
		color="#000000"
	}

a:hover
	{
		text-decoration: none;
		color="#CC3300"
	}

.JustText
	{
		text-align: justify
	}

.overMenu
	{
		background-color: #CC3300;
		cursor: pointer;
	}

.outMenu
	{
		background-color: #FF6666;
		cursor: default;
	}
