/**************************************************************************/
/*************************** resolve Links*********************/
.navbar{color:#000000;}


.navbar a:link {
	color: #ffffff;
	text-decoration: none;
}

.navbar a:visited {
	color: #ffffff;
	text-decoration: none;
}

.navbar a:hover {
	color: #990000;
	text-decoration: none;
}

.navbar a:active {
	color: #000000;
	text-decoration: none;
}


/**************************************************************************/
.main a:link {
	color: #000000;
	text-decoration: none;
	font: normal;
}

.main a:visited {
	color: #000000;
	text-decoration: none;
	font: normal;
}

.main a:hover {
	color: #CC0000;
	text-decoration: none;
	font: normal;
}

.main a:active {
	color: #000000;
	text-decoration: none;
		font: normal;
}
