html,body {margin: 20px; background-color: black; color: #999999; }
body,p,br,option,strong,b,form,table,tr,td,dt,dd,li,ul,code,label,legend,button,textarea,a,h1,h2,h3 {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif !important;
	font-size: small;
}
body,p,br {line-height: 1.1em !important;}
form {margin:0px;padding:0px;}
p {margin: 0px 0px 5px 0px;}
ul,ol,dl {margin: 10px 20px 1px 25px;}
li {list-style-type: disc; margin: 3px;}
b,strong {font-weight:bold;color:#FF9900;}
h1,h2,h3 { color: #dcdcdc}
h1{font-size: 120%}
h2{font-size: 110%}
h3{font-size: 105%}
a:link,a:visited,a:active,a:hover{text-decoration:none}
a:link {color: #0099FF;}
a:visited {color:#0099FF}
a:hover {color:yellow}
a:active {color:red}
table {border:1px solid #999999;background:#0f0f0f;margin:5px 0px 5px 0px;}
th {color: white;}
td {vertical-align: top; padding:5px 2px 0px 5px;}
hr {width:100%;height:2px;color:white;margin:10px 0px 10px 0px;}
.navbar {width:100%}
#colR {text-align:right;}