/* ANF (white) */

/*======================================================================*/
/*																		*/
/*               	   ANF.css (same as white.css)                   	*/
/*																		*/
/*  Copyright 2022, National Park Service, Santa Monica Mountains, NRA  */
/*																		*/
/*                        Updated: 05/04/2022                           */
/*																		*/
/*======================================================================*/

/* This is required (but is superseded and thus masked.) */
a{color:#000000; font-weight:bold;}

/* The appearance of the links is defined by these four lines. */
a:link {color:#000080;}			/* unvisited links	*/
a:visited {color:#800000;}		/* visited links	*/
a:hover {color:#B8860B;}		/* mouse over links	*/
a:active {color:#B8860B;}		/* selected links	*/

/* there are three body lines --> be sure to update all together. */
body {background: #FFFFFF;color: #000000;}

/* The basic scheme for the species "Detail" pages can be set here. */
body.species {background: #EEEEEE;color: #000000;}

/* The basic scheme for the query (search results) can be set here. */
body.queries {background: #EEEEEE;color: #000000;}

/* Highlighting for the "Index" letters in the links pages. */
table.mainanchor {background-color:#E8E8E8;color:#000000;width:100%;}
table.secondanchor {background-color:#E8E8E8;color:#000000;width:100%;}
table.secondjump {background-color:#E8E8E8;color:#000000;width:100%;}

/* The scheme for the table of radio buttons on the "Finder" page. */
table.queryradiobuttons {background-color:#FFFFFF;color:#000000;}

/* Highlighting for the text of the species summaries. */
table.speciessummary {background-color:#FFFFFF;color:#000000;}

/* Highlighting for the Family Names on the query result pages. */
table.querynameanchors{background-color:#FFFFFF;color:#000000;}

/* The "Season" table on the "Finder Notes" page. */
table.seasons {background-color:#FFFFFF;color:#000000;}

/* A highlighed <font> tag used in some of the comments. */
font.red{color:#660000;}

/* as <font> is deprecated, define a new color class for use in <span> */
.RedText{color:#660000;}

