I know COBOLdinosaur HATES Netscape. But I'd like to make this style sheet come close.
Currently, my body type (the "body" class) appears as the size as the <h3> type. I'd like it to appear the same as the <h1> type. Can someone give me a little direction?
BODY {font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; padding: 0px; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px}
A:link {COLOR: #000000; TEXT-DECORATION: none}
A:visited {COLOR: #ff0000; TEXT-DECORATION: none}
A:hover {COLOR: #0000ff; TEXT-DECORATION: underline}
TABLE {BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-COLLAPSE: collapse; BORDER-RIGHT-WIDTH: 0px; border-spacing: 0px; color: #000}
TABLE.fullWidth {WIDTH: 100%}
TD.menu {padding-left:10px; font-size: 9pt; text-decoration: underline; color: #fc0; BACKGROUND-COLOR: #000; line-height:15pt;}
TD.menu A:link {text-decoration: underline; color: #ddd;}
TD.menu A:visited {text-decoration: underline; color: #fc0;}
TD.menu A:hover {text-decoration: underline; color: #ddd;}
TD.menuhead {font-size: 9pt; text-decoration: none; color: #ffffff; BACKGROUND-COLOR: #000000}
TD.head {font size: 16pt; color: #000;}
TD.body {font size: 10pt; color: #000;}
TD.req1 {font-family: verdana; font size: 8pt; color: #000; text-align: right; padding-right:10px; }
TD.reqhd {font-family: verdana; font size: 12pt; color: #fc0; text-align: center; background-color: #000; font-weight: 600}
TD.req2 {font-family: verdana; font size: 8pt; color: #000; text-align: left}
TD.detail {font-family: verdana; font size: 8pt; color: #000; text-align: left}
.areahd {font-family: verdana; font size: 8pt; color: #030; text-align: left; FONT-WEIGHT: bold}
TD.areapic {font-family: verdana; font size: 8pt; color: #030; text-align: center; FONT-WEIGHT: bold; font-style: italic; line-height:17pt;}
H1 {font-family: verdana, arial, helvetica, sans-serif; font-size:10pt; font-weight: 400; line-height:11pt;}
H2 {font-family: verdana, arial, helvetica, sans-serif; font-size:16pt; font-weight: 600; line-height:18pt;}
H3 {font-family: verdana, arial, helvetica, sans-serif; font-size:13pt; font-weight: 400; line-height:15pt; BACKGROUND-COLOR: #fc0;}
Thanks,
ep