a:link, a:visited {
	color: #000080;
	text-decoration: none;
	white-space: normal;
        border: none;
        font-weight:bold;
}

a:hover {
        color: #cc3300;
	text-decoration: none;
        border:none;
        font-weight:bold;
}

a:active {
        color: #000080;
	text-decoration: none;
        border:none;
        font-weight:bold;
}