html,body { color: #f0e68c; background: #000; }
#container{ width: 800px; }

a         { text-decoration: none;}
a:link    { color: yellow; }
a:visited { color: yellow; }
a:hover   { color: #fff; }

#navi  { width: 447px; }
#navi p{ text-align: right; margin: 7.5px 0 0; }
#header #navi img{ height: 25px; }

#contents{ background: url(../img/back_top.jpg) -160px -40px no-repeat; font-size: 83%; line-height: 1.4; width: 500px; }

dl#topics    { margin: 320px 0 3em 85px; border-bottom: 1px solid silver; }
dl#topics dt { color: #f0e68c; text-align: center; padding: 5px 5px 0; border-top: 1px solid silver; width: 7.5em; float: left; clear: left; }
dl#topics dd { color: #f0e68c; text-indent: -5px; margin-left: 7.5em; padding: 6px; border-top: 1px solid silver; }
* html dl#topics    { width: 425px; }
* html dl#topics dd { position: relative; left: -3px; text-indent: 0; }

#banner    { width: 85%; }
#banner p  { color: #f0e68c; background: #000; margin: 5px; }
#banner img{ float: right; }
ul#link li { margin: 5px; }
