a:link {
	color: #1b425a;
}

a:visited {
  color: #1b425a;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}

a:active {
	color: #1b425a;
}


A.nextlink {
	font-family:Tahoma, Arial, sans-serif;
	font-size: 12px;
	color:#1b425a;
	text-decoration:none;
	font-weight:bold;
	text-transform: uppercase;
}

A.nextlink:hover { 
	color:#FF0000; 
	text-decoration:underline;
}

A.nextlink:active { 
	color:#1b425a;
}

A.nextlink:visited { 
	color:#1b425a;
}

A.nextlink:visited:hover { 
	color:#1b425a; 
	text-decoration:underline;
}