BODY,TD {
   font-size : 12px; 
   font-family : Verdana, Arial, Helvetica, sans-serif; 
   color : #black;
   background-color:: #ffffff; 
}
A:link			{
	color: #black;
	text-decoration: none;
}
A:active		{
	color: #black;
	text-decoration: none;
}
A:visited	{
	color: #black;
	text-decoration: none;
}
A:hover		{
	color: #33cc99;
	text-decoration: underline; font-weight: bold
}
.bg_body	{
	background-image: url(images/3.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;
}