/* This is the Style Sheet for the Tuxedo Junction menus*/BODY { background-color: #2288CC ; font-family: "Lucida Sans", "Verdana" ; color: #ffffcc } TH, TD { background-color: #ffffcc ; font-family: "Lucida Sans", "Verdana" ; color: #2288cc } H1 { text-align: center; font-family: "Copperplate Gothic Bold",garamond,tahoma ; color: #ffffcc }H2 { text-align: center; font-family: "Copperplate Gothic Bold",garamond,tahoma ; color: #ffffcc }H3 { text-align: left; font-family: "Copperplate Gothic Bold",garamond,tahoma ; color: #ffffcc }H4 { text-align: left; font-family: "Lucida Sans" ; color: #ffffcc }*The following lines define the background colour to be used and the image file*/BODY { background: white }A:link { color: #rraabb }         				 /* unvisited link */A:link { font: "Lucida Sans", "Verdana", "sans-serif" }        A:visited { color: #ff6666 }      				 /* visited links */A:visited { font: "Lucida Sans", "Verdana", "sans-serif" }      A:active { color: #00ee99 }       				 /* active links */A:active { font: "Lucida Sans", "Verdana", "sans-serif" } /* A:link, A:visited, A:active { text-decoration: none }  /*  /*turn off underlined links*/ /*Since Navigator 4 doesn't inherit properties to tables, the body rules must be defined separately for a table cell */.WARNING { font-family: "Lucida Sans" ; font color: #ff5511 }HR { color: #2288CC }