--- stil.css 2002/04/11 12:57:03 1.6 +++ 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; @@ -82,6 +87,24 @@ text-align: center; } -.title { color: #000080; font-weight: bold; } -.bsmall { font-weight: bold; } -.msg { color: #FFFFFF; font-weight: bold; } +.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; +} +