
a:link              { color: #0000cc; text-decoration: underline }
a:active            { color: #0000cc; text-decoration: underline }
a:visited           { color: #0000cc; text-decoration: underline }
a:hover             { color: #000033; text-decoration: underline }

a.category:link     { font:12px arial;   color:#000000; text-decoration:none; font-weight:bold; }
a.category:active   { font:12px arial;   color:#000000; text-decoration:none; font-weight:bold; }
a.category:visited  { font:12px arial;   color:#000000; text-decoration:none; font-weight:bold; }
a.category:hover    { font:12px arial;   color:#000000; text-decoration:none; font-weight:bold; }

img { border: 0; }

b, strong { font-weight:bold; }

body
{
  margin-top:10px;
  margin-bottom:0;
  margin-left:0;
  margin-right:0;

  padding:0;

  font: 1em verdana, geneva, arial, sans-serif;
  color:#000000;

  background-color: #ffffff;
}

select, option, textarea, input
{

  color:       #000000;
  font-size:   1em;
  font-family: Verdana;
}

input.checkbox
{
  background-color: #FFFFCC;
}

td
{
  color:#000000;
}

p {
  margin:1em 0 1em 0px;
  padding:0px;
  color:#000000;
  font-size:1em;
}

hr {
  height: 1px;
  border: 0px;
  color: 000000;
  background-color: #FFFF99;
}