--- stil.css 2001/02/16 23:34:01 1.1.1.1 +++ stil.css 2002/04/11 12:57:03 1.6 @@ -41,9 +41,47 @@ color : #6c9e34; } -.font { +.silver { + + font-family: sans-serif, verdana, arial, helvetica; + font-size : 9px; + color : silver; +} + +.font { font-family: sans-serif, verdana, arial, helvetica; font-size : 12px; color : Navy; -} \ No newline at end of file +} + +.orange { + font-family: sans-serif, verdana, arial, helvetica; + font-size : 12px; + color : #ff9933; +} + +.small { + + font-family: sans-serif, verdana, arial, helvetica; + font-size : 10px; +} + +.newsletter { + font-family: sans-serif, verdana, arial, helvetica; + font-size : 9px; + color : black; + text-align: center; + background-color: #ff9933; +} + +.newsletter_form { + font-family: sans-serif, verdana, arial, helvetica; + font-size : 9px; + color : black; + text-align: center; +} + +.title { color: #000080; font-weight: bold; } +.bsmall { font-weight: bold; } +.msg { color: #FFFFFF; font-weight: bold; }