body {
   margin:0px;
   padding:0px;
   font-size:11px;
   font-family:verdana, arial, helvetica, sans-serif;
   color:#030303;
   background-color:white;
   }
td {
   margin:0px;
   padding:0px;
   font-size:11px;
   font-family:verdana, arial, helvetica, sans-serif;
   color:#030303;
   }
h1 {
   margin:0px 0px 15px 0px;
   padding:0px;
   font-size:28px;
   line-height:28px;
   font-weight:900;
   color:#8C8E8C;
   }
h2 {
   margin:0px;
   padding:2px;
   font-size:16px;
   font-weight:900;
   line-height:18px;
   color:#8C8E8C;
   }
p {
   font:11px/18px verdana, arial, helvetica, sans-serif;
   margin:0px 0px 16px 0px;
   padding:0px;
   }

a {
   color:#00005a;
   font-size:11px;
   text-decoration:none;
   font-weight:600;
   font-family:verdana, arial, helvetica, sans-serif;
   }
a:link {
   color:#00005a;
   }
a:visited {
   color:#00005a;
   }
a:hover {
   color:#FF0000;
   }

a.Menu {
   color:#00005a;
   font-size:11px;
   text-decoration:none;
   font-weight:600;
   font-family:verdana, arial, helvetica, sans-serif;
   padding : 3px;
   border : 1px solid #F3F3F3;
   line-height:22px;
   }
a.Menu:link {
   color:#00005a;
   border : 1px solid #F3F3F3;
   }
a.Menu:visited {
   color:#00005a;
   border : 1px solid #F3F3F3;
   }
a.Menu:hover {
   color:#00005a;
   background-color : #CCCCCC;
   padding : 3px;
   border : 1px solid #666666;
   }
a.Menu:active {
   color:#00005a;
   padding : 3px;
   background-color : #CCCCCC;
   border : 1px solid #666666;
}

#Header {
   font-family: Courier;
   font-size: large;
   font-weight: bold;
   margin:30px 0px 10px 0px;
   padding:2px 15px 0px 20px;
   /* For IE5/Win's benefit height = [correct height] + [top padding] +
                                     [top and bottom border widths] */
   height:33px; /* 14px + 17px + 2px = 33px */
   border-style:solid;
   border-color:black;
   border-width:1px 0px; /* top and bottom borders: 1px;
                            left and right borders: 0px */
   line-height:11px;
   background-color:#eee;

   /* Here is the ugly brilliant hack that protects IE5/Win from its own
   stupidity. Thanks to Tantek Celik for the hack and to Eric Costello for
   publicizing it. IE5/Win incorrectly parses the "\"}"" value, prematurely
   closing the style declaration. The incorrect IE5/Win value is above, while
   the correct value is below. See http://glish.com/css/hacks.asp for details.*/
   voice-family: "\"}\"";
   voice-family:inherit;
   height:14px; /* the correct height */
   }
   /* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds    correct length values to user agents that exhibit the parsing error
   exploited above yet get the CSS box model right and understand the CSS2
   parent-child selector. ALWAYS include a "be nice to Opera 5" rule every time
   you use the Tantek Celik hack (above).*/
body&gt;#Header {height:14px;}

#Footer {
   text-align:center;
   margin:50px 0px 10px 0px;
   padding:5px 15px 5px 20px;
   /* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
   height:25px; /* 14px + 17px + 2px = 33px */
   border-style:solid;
   border-color:black;
   border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
   line-height:13px;
   background-color:#eee;
/* Again, the ugly brilliant hack. */
   voice-family: "\"}\"";
   voice-family:inherit;
   height:14px; /* the correct height */
   }
/* Again, "be nice to Opera 5".  */
   body&gt;#Footer {height:14px;}

#Content {
   margin:20px 50px 50px 200px;
   padding:10px;
   }
#Content&gt;p {margin:0px;}
#Content&gt;p+p {text-indent:30px;}

#Menu {
   position:absolute;
   top:100px;
   left:20px;
   width:172px;
   padding:10px;
   background-color:#eee;
   border:1px solid #555;
   line-height:17px;
/* Again, the ugly brilliant hack. */
   voice-family: "\"}\"";
   voice-family:inherit;
   width:150px;
   }
/* Again, "be nice to Opera 5". */
body&gt;#Menu {width:150px;}