/*body*/
body {
	background-color: #CCCCCC;
	background-image: url(wp.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	color: #CCCCCC;
}

 /*links*/
a:link {
	color: #eaeaea;
	text-decoration:none;
}
a:visited {
	color: #eaeaea;
	text-decoration:none;
}
a:hover {
	color: #d1d1d1;
	text-decoration:underline;
}
a:active {
	color: #eaeaea;
	text-decoration:none;