body{
	margin: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	}
table{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	}
a{
	color: #000000;
	text-decoration: none;
	}
a:hover{
	color: #000000;
	text-decoration: underline;
	}
td.white a:hover {
color:#fff;
text-decoration:underline;
}