a, a:visited, a:link {
	color: #42688e;
	text-decoration: none;
}

a:active, a:hover {
	color: #920000;
	text-decoration: none;
}

a.Commonlink {
	 color: #42688e;	
	 text-decoration: :none;
}

a.Commonlink:hover {
	 color: #920000;	
	 text-decoration: :none;
}

a.CommonlinkActive {
	 color: #05143f;	
	 text-decoration: :none;
	 
}

a.navigation {
	 color: #7cabcc;	
	 text-decoration: :none;
}

a.navigation:hover {
	 color: #920000;	
	 text-decoration: :none;
}

a.navigationActive {
	 color: #42688e;	
	 text-decoration: :none;
}

a.upper 
{
	text-transform: uppercase;
}

a.blue 
{
	color: #7cabcc;	
}

.cursor
{
	cursor:pointer
}
