body {
   font-size: 10pt;
   font-family: Verdana, Arial, sans-serif;
   color:#000000;
   background-image:url('images/bg.jpg');
   background-repeat:repeat-x;

}

a  {
	text-decoration: none;
	font-size: 8pt;
	font-family: Verdana, Arial, sans-serif;
}
a:link {
	text-decoration:none; 
	color:#000000;
}
a:visited {
	text-decoration:none;
	color:#000000;
}
a:hover {
	text-decoration: underline; 
	color:#000000;
}

td {
	font-family: tahoma;
	font-size: 12px;
    font-weight: bold;
}

.img {
	border: 1px solid #FCD013; 
	border-thickness: 1px; 
}
a:hover.img {
	border: 1px solid #FCD013;
	border-thickness: 1px;
}
a:visited.img {
	border: 1px solid #FCD013;
	border-thickness: 1px;
}