/* set appearance of page footer links (disable underlines) */
a.WDFooter { color: #0099CC;  font-family: Verdana,  Arial; text-decoration: none; }
a.WEFooter:visited { color: #0099CC; text-decoration: none; }
a.WDFooter:hover { color: #FF6633; 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 page heading 1 (orange, size 30) */
H1 {color: #FF6633; font-size: 26px; font-family: Verdana; }

/*set default site color to dark blue */
p { color: #333366; font-size: 18px; font-family: Arial; }

/*set answer color and size dark blue */
.ans {  font-family: Arial, Helvetica, sans-serif; font-size: 15px; color: #333366}
.Glossary {
	color: #993366;
	text-decoration: none;
	background-color: #FFFFCC;
}
