/* Reset browser-specific styles -- modified version of tantek's undohtml.css */
h1,h2,h3,h4,h5,h6,pre,code {font-size: 1em;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,img,object,embed {margin: 0; padding: 0;}

ol {font-weight: bold;}
li {margin-left: 2em; font-weight: normal;}
ol.spaced li, ul.spaced li {margin-top: 1em; margin-bottom: 1em; }

img {border: 0;}

body {background-color: black; color: white; padding-left: 18px;}
.hottext {color:#4D879B;}

a:link    {color: white; text-decoration:underline;}
a:visited {color: white; text-decoration:underline;}
a:hover   {text-decoration:underline;}
a:active  {text-decoration:none;}

#container {position: relative; width: 950px; margin: 0 auto; margin-top: 20px; text-align: left; border: 0px solid gray;}
#sidebar   {width: 160px;}

