/*
 * 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
 */

/*
 * Body and link style
 */
body {
   font-family: Optima,  serif;
   font-size: 1.0em;
   min-width: 700px; 
   max-width: 1000px;

   padding:40px 20px;
   margin-left:auto;
   margin-right:auto
}

a {
   color: #6f7706;
}

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

p.paraintab {
   margin-top: 0px;
}

a.headline:hover {
   text-decoration: underline;
}

h1 {
   font-family: Verdana, Arial, sans-serif;
   font-weight: bold;
   color: #9fa736;
   font-size: 1.4em;
   margin-top: 0pt;
   border-bottom: 1px solid #000000;
}

h2 {
   font-family: Verdana, Arial, sans-serif;
   font-weight: bold;
   color: #9fa736;
   font-size: 1.2em;
   margin-top: 0pt;
   margin-bottom: -3pt;
   border-bottom: 1px solid #000000;
}

h3 {
   font-family: Verdana, Arial, sans-serif;
   font-weight: bold;
   color: #9fa736;
   font-size: 1.2em;
   margin-top: 0pt;
   margin-bottom: -3pt;
   border-bottom: 1px solid #000000;
}

p {
   text-align: justify;
}

form {
   text-align: center;
   margin-bottom: 7px;
}

p.footer {
   font-family: Verdana, sans-serif;
   margin-top: 10px;
   padding-top: 10px;
   margin-left: 30px;
   margin-right: 30px;
   text-align: center;
   font-size: 0.8em;
   border-top: 1px solid #AAAAAA;
}

input.field {
   border-top: 1px dotted black;
   border-bottom: 1px dotted black;
   border-left: 1px dotted black;
   border-right: 1px dotted black;
   width: 100%;
}

a.hdrlink {
   font-family: Verdana, sans-serif;
   font-weight: bold;
}
