html, body   { margin: 0; padding: 0; text-align: center; background-color:#cccccc; font-family: arial, sans-serif }
h1           { font-size: 50px; font-weight: bold }
h2           { font-size: 40px; font-weight: bold }
h3	     { font-size: 32px; font-weight: bold }
h4	     { font-size: 26px; font-weight: bold }
h5	     { font-size: 22px; font-weight: bold; color: #0099CC; }
h6	     { font-size: 18px; font-weight: bold }
p            { font-size: 14px; font-weight: bold }
a:link       { color: #FFFF99 }
a:visited    { color: #FFFF99 }
a:hover      { color: #800080 }
a:active     { color: #FF0000 }
div#container	{ }
div#header	     { background-color:#CCCCCC }
div#menu	     { line-height: 5px; background-color:#0099CC; color:#FFFFCC; white-space:pre; }
div#content	{ background-color:#FFFFFF; white-space:pre; }
div#contentL	{ text-align: center; background-color:#FFFFFF;}
div#navigation	{ float: right; width: 50em;}