body{ 
  margin: 0; 
  background: #000; 
  color: #ddd; 
}

body, td{
  font-family: times new roman, serif; 
  font-size: 13pt; 
  letter-spacing: 1px; 
}

h1{ 
  margin: 0;
  font-family: arial, verdana, sans-serif; 
  font-size: 20pt; color: #ffe; 
}

h2{ 
  margin: 0; 
  font-family: arial, verdana, sans-serif; 
  font-weight: normal; 
  color: #ccc;
}

a:link{ color: #99f; }
a:visited{ color: #f9f; }
a:hover{ color: #fff; }

ul.hor{ width: 800px; list-style-type: lower-alpha; }
ul.hor li{ float:left; width: 46%; list-style: square; }

.box1{
  padding: 20px; 
  background: #040404; 
  border-top: 5px #321 solid;
  border-right: 5px #123 solid;
  -moz-border-radius: 20pt;
  overflow: auto; 
  clear:both; 
  
}

xmp{
  font-size: 10pt;
}