A:link  { color: #eeeeee; text-decoration:none; }
A:visited       { color: #eeeeee; text-decoration:none;}
A:active        { color: #eeeeee; text-decoration:none;}
A:hover { color: #eeeeee; text-decoration:none;}
body {
	background: #333333;
}
bodyx {
	background: url("/images/mycolor.jpg");
}
img { 
	border: 0px;
}
table {
	margin: auto;
	margin-top: 10%;
	border: 40px solid white;
	background: white;
	border-spacing: 0px;
}
td {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0px solid red;
}
tr {
	background: url("/images/mycolor.jpg");
}
tr.topbot {
	background: white;
}

