--- stil.css 2001/02/28 09:48:31 1.2 +++ stil.css 2002/04/11 12:57:03 1.6 @@ -50,8 +50,38 @@ .font { - font-family: sans-serif, verdana, arial, helvetica; font-size : 12px; color : Navy; } + +.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; }