/*This CSS is for use by Bird Explorers site pages*/
/*Dont forget to update cssver after editing this file*/

/* DEFAULT paragraph treatment SEE CLASS*/
body 
{
color:white;
text-align:left;
background-color:#666600;
font-size:medium;
}

p.pcream
{
color:#FFFFCC;
text-align:center;
font-size:medium;
} 
p.pwhite
{color:#FFFFFF;
text-align:center;
font-size:medium;
}

p.darktext
{
color:#000000;
text-align:left;
font-size:small;
} 

/*handle how hyperlinks are displayed ADD CLASS FOR MAIN PAGE*/
a:link {
color: #FFFFFF;
text-decoration: none;
background-color: #000000;
}
/* added style info for tale borders to class things up */
/* ADD CLASS AND DIFFERENT TABLE PROPERTIES FOR SUPPORT PAGE */
table {
	border-width:1px;
	border-style:solid;
	border-color:#666600;
}

table.noborder {
	border-style:none;
}
td, th {
	border-width:1px;
	border-style:inset;
	border-color:#666600;
}

/* OTHER SITE PAGES */
/*handle how hyperlinks are displayed ADD CLASS FOR OTHER PAGES*/
a:link {
color:#404000;
text-decoration: none;
background-color: #FFFFCC;
}
/*ALL OTHER LINK PROPERTIES THE SAME*/
a:visited {
color: #008080;
text-decoration: none;
background-color: #FFFFCC;
}
a:hover {
color: #FF0000;
text-decoration: none;
background-color: #FFFFCC;
}
a:active {
color: #404000;
text-decoration: none;
background-color: #FFFFCC;
}

/* CLASSES */
/* MAIN page properties  */

/* setting up DIV sections for the test page */
/* which will then be used for the main page */



/* remove annoying image borders that show up in IE */
a img {border:none; }

