/* 
This is the standard css style sheet for the calpif section of the Point Reyes
Bird Observatory website. There is one other style sheet in use: accounts.css,
which is used for the calpif plan species accounts. 
Daniel Barton February 2002.
*/

body {
	font-family: times new roman, garamond, sans-serif;
	font-size: 12pt; 
	color: black;
	background: white;
}

a:link    { text-decoration: none; color: #0000FF }
a:active  { text-decoration: none; color: #0000FF }
a:visited { text-decoration: none; color: #0000FF }
a:hover   { text-decoration: underline; color: #FF0000 }


.header {
	font-family: times new roman, times, sans-serif; 
	font-size: 28pt; 
	color: #336699;
}


.footer {
	font-family: times new roman, times, sans-serif; 
	font-size: 8pt; 
	color: black; 
}

.longlist {
	font-family: times new roman, times, sans-serif; 
	font-size: 10pt;
	color: black; 
}

th, td { /* ns 4 */
	font-family: times new roman, garamond, sans-serif;
	font-size: 12pt; 
}

td.navigate {
	font-family: times new roman, garamond, sans-serif;
}
