/* ===============================================
The style for the online page
=============================================== */

A.online:hover
	{
	color: #708BC3;
    	font-weight: 600;
	}

A.online
	{
	color: #708BC3;
	font-weight: 600;
	}

A.online:active
	{
	color: #708BC3;
    	font-weight: 600;
	}

A.online:visited
	{
	color: #708BC3;
	font-weight: 600;
	}


