
/* ------------------------- */
/* LAYOUT BASICS begin */
/* ----------------------- */





a:link, a:visited, a:active	{
	font-weight: bold;
	text-decoration:none;
	color: #475060;
	background: transparent;
	}

a:hover	{
	font-weight: bold;
	text-decoration:underline;
	color: #778090;
	background: transparent;
	}



ul {
	margin:0;
	padding:0;
	}





