a:link              {
	color: #FFFF00;
	text-decoration: none;
	font-family: verdana;
	font-size: 11px;
}
a:active            {
	color: #FFFF00;
	text-decoration: none;
	font-family: verdana;
	font-size: 11px;
}
a:visited           {
	color: #FFFF00;
	text-decoration: none;
	font-family: verdana;
	font-size: 11px;
}
a:hover             {
	color: #FF3300;
	text-decoration: none;
	font-family: verdana;
	font-size: 11px;
}

a.category:link     { font: 12px arial;   color: #FF6602; text-decoration: none; }
a.category:active   { font: 12px arial;   color: #FF6602; text-decoration: none; }
a.category:visited  { font: 12px arial;   color: #FF6602; text-decoration: none; }
a.category:hover    { font: 12px arial;   color: #FFFFFF; text-decoration: none; }

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

img { border: 0; }

b, strong { font-weight : bold; }

body
{
	margin-top:    0;
	margin-bottom: 0;
	margin-left:   0;
	margin-right:  0;
	padding: 0;
	color: #CCCCCC;
	background-color:      #000000;
	background-image:      url('images/background.jpg');
	background-attachment: fixed;
	font-family: verdana, geneva, arial, sans-serif;
	font-size: 11px;
}

select, option, textarea, input
{
  color:       #000000;
  font-size:   11px;
  font-family: Verdana;
}

input.checkbox
{
  background-color: #4C4D4D;
}

td, font
{
	color: #CCCCCC;
	font-family: verdana, arial;
	font-size: 11px;
}

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

  color: #404040;
  background-color: #404040;
}
