body {
	background: #FFF;
	color: #666666;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 135%;
  background-image: url(bg.gif);
  background-repeat: repeat-x
}
a:link,
a:visited,
a:active
{
	background: transparent;
	color: #0066FF;
	text-decoration: none;
	border: 0;
}

a:hover
{
	background: transparent;
	color: #FF6600;
	border: 0;
}
