a {text-decoration:none;}


/*

a:link, a:visited {
	color:#005000;
	background-color:transparent;
	font-weight:bold;
	text-decoration:underline;
}

a:hover {
	color:#e6e6e6;
	background-color:#005000;
}

a:active {
	color:red;
}

*/



/*******************************/
/* Main Navigation Style       */
/*******************************/

.nav a:link, .nav a:visited {
	color:#e6e6e6;
	background-color:#005000;
	text-decoration:none;
}

.nav a:hover {
	color:#005000;
	background-color:#e6e6e6;
	text-decoration:none;
}

.nav a:active {
	color:red;
	text-decoration:none;
}

#lower_navigation a {
	font-weight:normal;
}

/*******************************/



/* General Site Style **********/

a, #photoviewer a {
	color:#005000;
	background-color:transparent;
	font-weight:bold;
	text-decoration:underline;
}


a:hover, #photoviewer a:hover {
	color:#e6e6e6;
	background-color:#005000;
}

a:active, #photoviewer a:active {
	color:red;
}



/* Project Page Icon Style *****/
/* (Keeps Firefox from underlining and highlighting images) */


#display a.icon {
	text-decoration:none;
}

#display a.icon:hover, #display a.icon:active {
	background-color:transparent;
}


#display a.nostyle:link, #display a.nostyle:visited, #display a.nostyle:hover, #display a.nostyle:active {
	background-color:transparent;
	text-decoration:none;
}

.logodiv a, .viewer a, .mindoro_map a, .album a {
	background-color:transparent;
	text-decoration:none;
}


