jag157 your style sheet id for a menu (menu2) that is contained in a div. Your xml/xsl does not have any menu or div in it so the stylesheet wont work for it.
Add this to the end of the stylesheet and watch the change in the xml styling.
Code:
h2{
color: blue;
}
h3{
color: pink;
}
tr{
background-color: green;
}
Did you want to add a menu to the html the xsl does?