	A
	{	color: #ffffff;
		text-decoration : none;
	}
		A:HOVER
	{
		color: #FF0000;
	}
	A.Second
	{
		text-decoration : none;
		color:#000099
	}
		A.Second:HOVER
	{
		color: blue;
	}
	A.third
	{
		text-decoration : none;
		color:blue
	}
		A.third:HOVER
	{
		color: green;
	}

	A.forth
	{
		text-decoration : none;
		color:red
	}
		A.forth:HOVER
	{
		color: green;
	}

	A.fifth
	{
		text-decoration : none;
		color:#121292
	}
		A.fifth:HOVER
	{
		color: #336699;
	}
	A.sixth
	{
		text-decoration : none;
		color:#000099
	}
		A.sixth:HOVER
	{
		color: #FF0000;
	}
		A.seventh
	{
		text-decoration : none;
		color:#FDFF7A
	}
		A.seventh:HOVER
	{
		color: #FF0000;
	}
