a:link              { font: 11px georgia; color: #663300;  font-weight:bold; text-decoration: none }
a:active            { font: 11px georgia; color: #663300;  font-weight:bold; text-decoration: none }
a:visited           { font: 11px georgia; color: #663300;  font-weight:bold; text-decoration: none }
a:hover             { font: 11px georgia; color: #FFA246;  font-weight:bold; text-decoration: underline }

a.category:link     { font: 11px georgia;   color: #FFCA99; text-decoration: none; font-weight:bold; }
a.category:active   { font: 11px georgia;   color: #FFCA99; text-decoration: none; font-weight:bold; }
a.category:visited  { font: 11px georgia;   color: #FFCA99; text-decoration: none; font-weight:bold; }
a.category:hover    { font: 11px georgia;   color: #FFAC59; text-decoration: underline; font-weight:bold; }

a.copyright:link    { font: 11px verdana; color: #472300; text-decoration: none; }
a.copyright:active  { font: 11px verdana; color: #472300; text-decoration: none; }
a.copyright:visited { font: 11px verdana; color: #472300; text-decoration: none; }
a.copyright:hover   { font: 11px verdana; color: #FFCC00; text-decoration: none; }

img { border: 1px; }

body
{
  margin-top:    0;
  margin-bottom: 0;
  margin-left:   0;
  margin-right:  0;

  padding: 0;

  font:  11px Georgia, "Times New Roman", Times, serif;
  color: #472200;

  background-color:      #7E8E35;
  background-image:      url('images/background.jpg');
  background-attachment: fixed;
  background-repeat:     repeat-x;
}

select, option, textarea, input
{

  color:       #000000;
  font-size:   11px;
  font-family: Times;
}

input.checkbox
{
  background-color: #472300;
}

td, font
{
  font:  11px georgia, times;
  color: #000000;
}

hr
{
  height: 1px;
  border: 0px;

  color: #006633;
  background-color: #C65F00;
}
