I couldn't think of a better place to post this.
I designed it in FrontPage 2002. I use 1 external stylesheet. The logo/main links/jump to all subjects is an included page on all pages of the site:
www.byepolar.com
I am having some major problems, however:
-NN4 is not loading anything except the background
-my disclaimer is not going outside of the main red table border at the very bottom, as it is positioned in normal view in FP
-If I create a "table table table table" for the 4th nested table, then 3rd nested table will take on the properties of the 4th nested table. (This is why I had to manually change the 4th nested table inside of the green table to 0pt. border, not using my CSS.)
-There is way too much space in between Jump to all Subjects and content underneath it. I would like it more tight-knit.
Here is my external.css:
A:link { COLOR: #0000FF ; text-decoration: underline }
A:visited { COLOR: #0000FF ; text-decoration: underline }
A:hover { COLOR: #FF0000 ; text-decoration: none }
A:active { COLOR: #FF00FF ; text-decoration: none }
body {background-image: url('http://www.byepolar.com/backgrounds/sand.jpg') }
p, table, body, span.normal {font-style: normal; font-family: verdana, arial, helvetica, sans-serif; font-weight: normal; color: #000000; font size: 10pt; text-align: left }
span.fontnormal { font-weight: normal }
span.fontstyle { font-weight: bold }
span.fontstyle2 { font-style: italic }
span.fontstyle3 { font-style: italic; font-weight: bold }
span.fontstyle4 { text-decoration:underline }
span.fontcolorstyle { color: #CC0000; font-weight: bold }
span.fontcolorstyle2 { color: #CC0000; font-style: italic; font-weight: bold }
span.fontsize { font-size: 10pt }
span.fontsizestyle { font-size: 10pt; font-weight: bold }
span.fontsizestyle2 { font-size: 10pt; font-style: italic }
span.fontsizecolorstyle { font-size: 10pt; color: #CC0000; font-weight: bold }
table { border: 5px solid #CC0000; padding:5; background-color: #FFFFFF; margin-left

; margin-right

}
table table { border: 2px solid #000000; padding:8; background-color: #FFFFFF; margin-left

; margin-right

}
table table table { border: 5px solid #339966; padding:5; background-color: #FFFFFF; margin-left

; margin-right

}
table table table table { border: 1px solid #336699; padding:5; background-color: #FFFFFF; margin-left

; margin-right

}
form {display:inline;}
span.interviewbyepolar { color: #990033; font-weight: bold }
span.interviewinterviewee { color: #FF00FF; font-weight:bold }
span.byepolar { color: #CC0000; font-size: 24pt; font-weight: bold; }
.title { font-size: 18pt; color: #CC0000; text-align: center; font-weight: bold }
.alignmentexception { text-align: center }
.navigation { text-align: center }
span.linkbar { font-weight: bold }
span.linkseparator {font-weight: bold; color: #000000 }
span.linkseparator2 { font-size: 14pt; color: #CC0000; font-weight: bold }
.disclaimercopyright { font-size: 10pt; text-align:center }