/* this stylesheet created bt pt@philipt.com/20060701
*/

/* how to get rid of underlines in left-hand nav bar menu items?  text-decoration: none; doesn't seem to work in either BODY or BOLD or a.menuchoice
*/

BODY {font-family: sans-serif}
FONT {font-family: sans-serif;}
TABLE {font-family: sans-serif;}
BLOCKQUOTE {font-family: sans-serif;}

TD {font-family: sans-serif;}
TR {font-family: sans-serif;}
HR {font-family: sans-serif;}
P {font-family: sans-serif;}
UL {font-family: sans-serif;}
NL {font-family: sans-serif;}
LI {font-family: sans-serif;}
H1 {font-family: sans-serif;}
H2 {font-family: sans-serif;}
H3 {font-family: sans-serif;}
H4 {font-family: sans-serif;}
H5 {font-family: sans-serif;}
HR {font-family: sans-serif;}
CENTER {font-family: sans-serif;}

a.menuchoice:link	{color: yellow; text-decoration: none;}
a.menuchoice:visited	{color: white; text-decoration: none;}
a.menuchoice:active 	{color: gray; text-decoration: none;}

a.selected:active	{color: red; text-decoration: none;}

a.notcurrentpage	{color: white; text-decoration: none;}
a.currentpage		{color: lightgreen; text-decoration: none;}
/*
a.notcurrentpage:link   	{color: white; text-decoration: none;}
a.notcurrentpage:visited	{color: white; text-decoration: none;}
a.currentpage:link		{color: lightgreen; text-decoration: none;}
a.currentpage:visited		{color: lightgreen; text-decoration: none;}
*/

/* why doesn't a.selected:active {color: red;} work?
*/

/* a very basic question: how to define 'cascading' class to allow both 'selected' and 'unselected' to share properties (e.g., as defined by 'menuchoice') with the exception of those properties overridden by the '[un]selected' class? (would it be 'a.selected:link {class: menuchoice; color: orange)'?
*/

/* ?how to make this actually work:
xTD.selected {bgcolor: red;}
xTD.unselected {bgcolor: yellow;}
*/

