/* Normal link */
a.nph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color:#990000;
	margin:5px;
	padding:5px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}

a.nph:hover, a.nph:active, a.nph:focus {
	background-color:#000066;
}
