body { background-color: white; /* Sets bgcolor color in body. */ background-image: url(); color: navy; /* Sets text color in body. */ margin: 12px; text-align: left; text-indent: 0pt; text-decoration: none; /* underline, line-through, blink, none */ font-size: ; font-style: normal; /* normal, italic, oblique */ font-weight: normal; /* normal, bold, 100-900 */ font-family: arial; } a:link { color: white; font-size: ; /* was 10 pt */ text-decoration: none; } a:link.orange { color: red; font-size: ; /* was 10 pt */ text-decoration: none; } a:link.red { color: red; font-size: ; /* was 10 pt */ text-decoration: none; } a:link.paleyellow { color: #FFFFCC; font-size: ; /* was 10 pt */ text-decoration: none; } a:visited { color: white; font-size: ; /* was 10 pt */ text-decoration: none; } a:visited.orange { color: red; font-size: ; /* was 10 pt */ text-decoration: none; } a:hover { color: yellow; background: ; font-weight: ; font-style: ; font-size: ; text-decoration: underline; } a:hover.orange { color: orange; font-weight: ; font-size: ; /* was 10 pt */ font-style: ; text-decoration: none; } a:hover.red { color: orange; font-weight: ; font-size: ; /* was 10 pt */ font-style: ; text-decoration: none; } .style22 { position: relative; width: 450px; height: ; overflow: visible; border: 5px ridge red; text-align:justify; background-color: #359797; padding: 25px; } .BruceBox { border: 5px ridge red; text-align:justify; background: #359797; padding: 25px; } .datacells { border: 0px solid red; text-align: center; color: navy; font-weight: normal; font-size: 8pt; /* was 10 pt */ font-style: ; text-decoration: none; padding: 0px; }