/* Default */
A:link { color: #FFFF00; text-decoration:underline; }
A:visited { color: #FFFF00; text-decoration: underline; }
A:hover { color: #FF0000; text-decoration: underline; } 
body {background: #000000; }
.hiddenPic {display:none;}

/* INDEX.HTML, all pages with link to INDEX.HTML */
#credits p {font: 8pt Arial,Geneva,Helvetica; color: #7F7F7F; }
#credits A:link { color: #7F7F7F; text-decoration: underline; }
#credits A:visited { color: #7F7F7F; text-decoration: underline; }
#credits A:hover { color: #FF0000; text-decoration: underline; }

/* BARN-F1.HTML */
#sitemap A:link { color: #FFFF00; text-decoration:underline; }
#sitemap A:visited { color: #FFFF00; text-decoration: underline; }
#sitemap A:hover { color: #FF0000; text-decoration: underline; }

/* BARN-F1.HTML */
#leftpanel A:link { color: #0000FF; text-decoration:underline; }
#leftpanel A:visited { color: #0000FF; text-decoration: underline; }
#leftpanel A:hover { color: #FF0000; text-decoration: underline; }

/* HISTORY.HTML */
#history A:link { color: #0000FF; text-decoration:underline; }
#history A:visited { color: #0000FF; text-decoration: underline; }
#history A:hover { color: #FF0000; text-decoration: underline; }
 
/* HISTORY.HTML, SITEMAP.HTML - Form Drop-down */
option { background-color: #FFFF80; } /*Form drop-down*/
select { background-color: #FFFF80; } /*Form drop-down*/



