/*
 * The Hacker's Choice [THC] Website, http://www.thc.org
 * (c) 1999-2007 The Hacker's Choice
 *
 * Color Space
 * Light Orange  #fdbf23
 * Medium Orange #f99f23
 * Dark Orange   #f07803
 * Light Olive   #cbcb76
 * Dark Olive    #9fa736
 */

#box p {
   font-size: 0.85em; 
   font-family: Optima, Arial, sans-serif;

   text-align: block;
   margin-top: 4px;
   margin-bottom: 0px;
}

#box p.more {
   margin-top: 0px;
   text-align: right;
}

#box h3 {
   font-size: 0.85em;
   margin-top: -3px;
   margin-bottom: 0px;
}

#box a.headline {
   color: #000000;
   font-weight: normal;
   text-decoration: none;
}

#box a.headline:hover {
   color: #000000;
   text-decoration: underline;
}

