--- stil.css 2001/02/28 09:48:31 1.2 +++ stil.css 2002/04/25 12:16:41 1.7 @@ -4,6 +4,11 @@ color : Navy; } +BIG { + font-size: 16pt; + font-weight: bold; +} + DIV { font-family: sans-serif, verdana, arial, helvetica; font-size : 12px; @@ -50,8 +55,56 @@ .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; + font-size: 12pt; +} + +.required { + color: #FF0000; + font-weight: bold; + font-size: 13pt; +} +