/* set appearance of page footer links (disable underlines) */
a.footer { color: #3399FF;  font-family: ParkAvenue BT, Lucidia Handwriting, Arial; text-decoration: none; }
a.footer:visited { color: #3399FF; text-decoration: none; }
a.footer:hover { color: #ff3366; text-decoration: none; }

/*set appearance next and previous navigation aids */
 a.glow {width: inherit; height: 30; color: #0099ff; font-size: 20px; font-weight: 500; font-family: verdana;  text-decoration: none;}   
 a.glow:visited {text-decoration: none; color: #0099ff;}
 a.glow:hover {text-decoration: none; color: #66FFFF; Filter: Glow(Color=#FF0000, Strength=4);}

/*set appearance of all other links (allow underlines) */
a:link { color: #3399FF; }
a:visited { color: #3399FF; }
a:hover {  color: #ff3366; }

/*set appearance of heading 1 (pink, size 20) */
H1 {color: #FF00FF; font-size: 20px; font-family: Arial; }

/*set default site color to brown */
p { color: #995F33; font-size: 12px; font-family: Arial; }