/* COMMON CSS - All platforms */

a:link 
	{
	color: blue;
	text-decoration: none;
	}

a:visited
	{
	color: blue;
	text-decoration: none;
	}

a:hover
	{
	color: blue;
	text-decoration: underline;
	}


