/* advanced.css */ /* Extensions to the Default stylesheet for www.hwg.org */ /* */ /* Copyright 1998 by the HTML Writers Guild */ /* */ /* Version 3.0 */ /* Last Update 9 December 1999 by Kynn Bartlett */ /* This stylesheet is a hack to get around the fact that Netscape's */ /* CSS implementation is not very robust. */ INPUT.submit { background-color: #006666; font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif; font-weight: bold; color: white; border-top-color: #339999; border-left-color: #339999; border-right-color: black; border-bottom-color: black; border-width: thin; border-style: outset; } INPUT.light { background-color: #CCCC99; font-family: Verdana, Arial, Geneva, Helvetica, Sans-Serif; font-weight: bold; font-variant: small-caps; font-weight: bold; color: black; border-top-color: #FFFFCC; border-left-color: #FFFFCC; border-right-color: #999966; border-bottom-color: #999966; border-width: thin; border-style: outset; }